Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=57
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=58",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=56",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 57,
    "results": [
        {
            "start": 822826434,
            "stop": 822826737
        },
        {
            "start": 822826815,
            "stop": 822826931
        },
        {
            "start": 822827105,
            "stop": 822827192
        },
        {
            "start": 822827282,
            "stop": 822827340
        },
        {
            "start": 822848880,
            "stop": 822848952
        },
        {
            "start": 822849186,
            "stop": 822849475
        },
        {
            "start": 822849691,
            "stop": 822850196
        },
        {
            "start": 822850324,
            "stop": 822850391
        },
        {
            "start": 822859664,
            "stop": 822860604
        },
        {
            "start": 822862046,
            "stop": 822862192
        },
        {
            "start": 822862556,
            "stop": 822862595
        },
        {
            "start": 822862690,
            "stop": 822862729
        },
        {
            "start": 822865654,
            "stop": 822866575
        },
        {
            "start": 822867086,
            "stop": 822869917
        },
        {
            "start": 822871937,
            "stop": 822872217
        },
        {
            "start": 822872353,
            "stop": 822873324
        },
        {
            "start": 822877048,
            "stop": 822883627
        },
        {
            "start": 822883667,
            "stop": 822887564
        },
        {
            "start": 822887633,
            "stop": 822889885
        },
        {
            "start": 822893845,
            "stop": 822898131
        }
    ]
}