Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=272
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=273",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=271",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 272,
    "results": [
        {
            "start": 933515731,
            "stop": 933515849
        },
        {
            "start": 933515854,
            "stop": 933516319
        },
        {
            "start": 933516325,
            "stop": 933516929
        },
        {
            "start": 933516934,
            "stop": 933516964
        },
        {
            "start": 933516969,
            "stop": 933517101
        },
        {
            "start": 933517106,
            "stop": 933517148
        },
        {
            "start": 933517153,
            "stop": 933517214
        },
        {
            "start": 933517220,
            "stop": 933517253
        },
        {
            "start": 933517258,
            "stop": 933517301
        },
        {
            "start": 933517307,
            "stop": 933517949
        },
        {
            "start": 933517959,
            "stop": 933518021
        },
        {
            "start": 933518026,
            "stop": 933518083
        },
        {
            "start": 933518088,
            "stop": 933518200
        },
        {
            "start": 933518205,
            "stop": 933518449
        },
        {
            "start": 933518454,
            "stop": 933518485
        },
        {
            "start": 933518490,
            "stop": 933518677
        },
        {
            "start": 933518682,
            "stop": 933518691
        },
        {
            "start": 933518692,
            "stop": 933518772
        },
        {
            "start": 933518777,
            "stop": 933519115
        },
        {
            "start": 933519121,
            "stop": 933519145
        }
    ]
}