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_CAT4/segments?format=api&page=5248
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5249",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5247",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5248,
    "results": [
        {
            "start": 970178077,
            "stop": 970178134
        },
        {
            "start": 970178137,
            "stop": 970178243
        },
        {
            "start": 970178246,
            "stop": 970179048
        },
        {
            "start": 970179069,
            "stop": 970179098
        },
        {
            "start": 970179101,
            "stop": 970179103
        },
        {
            "start": 970179128,
            "stop": 970179129
        },
        {
            "start": 970179150,
            "stop": 970179159
        },
        {
            "start": 970179185,
            "stop": 970179194
        },
        {
            "start": 970179215,
            "stop": 970179368
        },
        {
            "start": 970179371,
            "stop": 970180490
        },
        {
            "start": 970180493,
            "stop": 970180659
        },
        {
            "start": 970180662,
            "stop": 970180816
        },
        {
            "start": 970180819,
            "stop": 970180996
        },
        {
            "start": 970180999,
            "stop": 970181315
        },
        {
            "start": 970181318,
            "stop": 970181362
        },
        {
            "start": 970181365,
            "stop": 970182390
        },
        {
            "start": 970182393,
            "stop": 970182699
        },
        {
            "start": 970182716,
            "stop": 970183075
        },
        {
            "start": 970183078,
            "stop": 970183267
        },
        {
            "start": 970183270,
            "stop": 970184080
        }
    ]
}