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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=79",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=77",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 78,
    "results": [
        {
            "start": 816276243,
            "stop": 816276355
        },
        {
            "start": 816276358,
            "stop": 816276363
        },
        {
            "start": 816276366,
            "stop": 816276652
        },
        {
            "start": 816276655,
            "stop": 816276710
        },
        {
            "start": 816276713,
            "stop": 816276763
        },
        {
            "start": 816276767,
            "stop": 816276871
        },
        {
            "start": 816276874,
            "stop": 816276877
        },
        {
            "start": 816277413,
            "stop": 816277548
        },
        {
            "start": 816277551,
            "stop": 816277601
        },
        {
            "start": 816277604,
            "stop": 816278125
        },
        {
            "start": 816278128,
            "stop": 816278186
        },
        {
            "start": 816278189,
            "stop": 816278806
        },
        {
            "start": 816278809,
            "stop": 816278831
        },
        {
            "start": 816278834,
            "stop": 816278840
        },
        {
            "start": 816278843,
            "stop": 816278931
        },
        {
            "start": 816278934,
            "stop": 816278955
        },
        {
            "start": 816278958,
            "stop": 816279040
        },
        {
            "start": 816279043,
            "stop": 816279122
        },
        {
            "start": 816279127,
            "stop": 816279171
        },
        {
            "start": 816279174,
            "stop": 816279407
        }
    ]
}