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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=56",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=54",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 55,
    "results": [
        {
            "start": 822544529,
            "stop": 822546082
        },
        {
            "start": 822546086,
            "stop": 822546112
        },
        {
            "start": 822546144,
            "stop": 822546618
        },
        {
            "start": 822546621,
            "stop": 822546638
        },
        {
            "start": 822546642,
            "stop": 822554204
        },
        {
            "start": 822554687,
            "stop": 822562304
        },
        {
            "start": 822562336,
            "stop": 822566336
        },
        {
            "start": 822566368,
            "stop": 822567872
        },
        {
            "start": 822567904,
            "stop": 822571424
        },
        {
            "start": 822571456,
            "stop": 822572352
        },
        {
            "start": 822572384,
            "stop": 822576550
        },
        {
            "start": 822577421,
            "stop": 822578825
        },
        {
            "start": 822579651,
            "stop": 822579966
        },
        {
            "start": 822580732,
            "stop": 822584044
        },
        {
            "start": 822584878,
            "stop": 822600553
        },
        {
            "start": 822600579,
            "stop": 822600581
        },
        {
            "start": 822601174,
            "stop": 822605218
        },
        {
            "start": 822605767,
            "stop": 822606493
        },
        {
            "start": 822606521,
            "stop": 822606522
        },
        {
            "start": 822606671,
            "stop": 822609850
        }
    ]
}