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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6212",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6210",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6211,
    "results": [
        {
            "start": 874657792,
            "stop": 874657816
        },
        {
            "start": 874657819,
            "stop": 874658075
        },
        {
            "start": 874658079,
            "stop": 874658175
        },
        {
            "start": 874658179,
            "stop": 874658590
        },
        {
            "start": 874658591,
            "stop": 874658666
        },
        {
            "start": 874658668,
            "stop": 874658693
        },
        {
            "start": 874658695,
            "stop": 874658707
        },
        {
            "start": 874658709,
            "stop": 874658722
        },
        {
            "start": 874658723,
            "stop": 874658731
        },
        {
            "start": 874658732,
            "stop": 874658764
        },
        {
            "start": 874658765,
            "stop": 874658829
        },
        {
            "start": 874658830,
            "stop": 874658842
        },
        {
            "start": 874658843,
            "stop": 874658847
        },
        {
            "start": 874658849,
            "stop": 874658863
        },
        {
            "start": 874658865,
            "stop": 874658868
        },
        {
            "start": 874658869,
            "stop": 874658873
        },
        {
            "start": 874658875,
            "stop": 874658876
        },
        {
            "start": 874658880,
            "stop": 874658882
        },
        {
            "start": 874658884,
            "stop": 874658897
        },
        {
            "start": 874658898,
            "stop": 874658909
        }
    ]
}