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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=375",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=373",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 374,
    "results": [
        {
            "start": 865492064,
            "stop": 865542225
        },
        {
            "start": 865543780,
            "stop": 865544468
        },
        {
            "start": 865544487,
            "stop": 865547310
        },
        {
            "start": 865547430,
            "stop": 865556787
        },
        {
            "start": 865558373,
            "stop": 865583490
        },
        {
            "start": 865584634,
            "stop": 865602212
        },
        {
            "start": 865602233,
            "stop": 865604704
        },
        {
            "start": 865604728,
            "stop": 865605891
        },
        {
            "start": 865605910,
            "stop": 865607634
        },
        {
            "start": 865607656,
            "stop": 865612111
        },
        {
            "start": 865612130,
            "stop": 865613978
        },
        {
            "start": 865616171,
            "stop": 865616514
        },
        {
            "start": 865616814,
            "stop": 865616823
        },
        {
            "start": 865616933,
            "stop": 865616937
        },
        {
            "start": 865616958,
            "stop": 865617256
        },
        {
            "start": 865618141,
            "stop": 865619659
        },
        {
            "start": 865619959,
            "stop": 865620319
        },
        {
            "start": 865622920,
            "stop": 865625062
        },
        {
            "start": 865625083,
            "stop": 865625303
        },
        {
            "start": 865625322,
            "stop": 865625814
        }
    ]
}