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=6252
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=6253",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6251",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6252,
    "results": [
        {
            "start": 874940785,
            "stop": 874940790
        },
        {
            "start": 874940791,
            "stop": 874940814
        },
        {
            "start": 874940815,
            "stop": 874940824
        },
        {
            "start": 874940825,
            "stop": 874940828
        },
        {
            "start": 874940829,
            "stop": 874940848
        },
        {
            "start": 874940849,
            "stop": 874940859
        },
        {
            "start": 874940860,
            "stop": 874940866
        },
        {
            "start": 874940868,
            "stop": 874940897
        },
        {
            "start": 874940898,
            "stop": 874940989
        },
        {
            "start": 874940990,
            "stop": 874941049
        },
        {
            "start": 874941050,
            "stop": 874941295
        },
        {
            "start": 874941296,
            "stop": 874941906
        },
        {
            "start": 874942051,
            "stop": 874942390
        },
        {
            "start": 874942391,
            "stop": 874943106
        },
        {
            "start": 874943107,
            "stop": 874943770
        },
        {
            "start": 874943771,
            "stop": 874944074
        },
        {
            "start": 874944075,
            "stop": 874944479
        },
        {
            "start": 874944481,
            "stop": 874944797
        },
        {
            "start": 874944798,
            "stop": 874944870
        },
        {
            "start": 874944871,
            "stop": 874945019
        }
    ]
}