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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=70",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=68",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 69,
    "results": [
        {
            "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
        },
        {
            "start": 816279410,
            "stop": 816279458
        },
        {
            "start": 816279461,
            "stop": 816279480
        },
        {
            "start": 816279483,
            "stop": 816279511
        },
        {
            "start": 816279514,
            "stop": 816279574
        },
        {
            "start": 816279577,
            "stop": 816279685
        }
    ]
}