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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=14",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=12",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 13,
    "results": [
        {
            "start": 816323693,
            "stop": 816325651
        },
        {
            "start": 816325663,
            "stop": 816327659
        },
        {
            "start": 816327671,
            "stop": 816336928
        },
        {
            "start": 816336941,
            "stop": 816350867
        },
        {
            "start": 816350879,
            "stop": 816350963
        },
        {
            "start": 816350976,
            "stop": 816356382
        },
        {
            "start": 816356395,
            "stop": 816356433
        },
        {
            "start": 816356446,
            "stop": 816361299
        },
        {
            "start": 816361311,
            "stop": 816363453
        },
        {
            "start": 816363466,
            "stop": 816366791
        },
        {
            "start": 816366803,
            "stop": 816369198
        },
        {
            "start": 816373828,
            "stop": 816378271
        },
        {
            "start": 816378546,
            "stop": 816379707
        },
        {
            "start": 816381669,
            "stop": 816382577
        },
        {
            "start": 816383521,
            "stop": 816387865
        },
        {
            "start": 816388088,
            "stop": 816390380
        },
        {
            "start": 816390388,
            "stop": 816390881
        },
        {
            "start": 816390888,
            "stop": 816394939
        },
        {
            "start": 816394940,
            "stop": 816407211
        },
        {
            "start": 816407223,
            "stop": 816422933
        }
    ]
}