Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40728
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40729",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40727",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40728,
    "results": [
        {
            "start": 874959452,
            "stop": 874959455
        },
        {
            "start": 874959457,
            "stop": 874959469
        },
        {
            "start": 874959471,
            "stop": 874959495
        },
        {
            "start": 874959497,
            "stop": 874959516
        },
        {
            "start": 874959520,
            "stop": 874959575
        },
        {
            "start": 874959576,
            "stop": 874959590
        },
        {
            "start": 874959591,
            "stop": 874959665
        },
        {
            "start": 874959666,
            "stop": 874959685
        },
        {
            "start": 874959686,
            "stop": 874959692
        },
        {
            "start": 874959693,
            "stop": 874959695
        },
        {
            "start": 874959696,
            "stop": 874959697
        },
        {
            "start": 874959698,
            "stop": 874959712
        },
        {
            "start": 874959713,
            "stop": 874959720
        },
        {
            "start": 874959721,
            "stop": 874959762
        },
        {
            "start": 874959764,
            "stop": 874959765
        },
        {
            "start": 874959766,
            "stop": 874959771
        },
        {
            "start": 874959772,
            "stop": 874959780
        },
        {
            "start": 874960020,
            "stop": 874960053
        },
        {
            "start": 874960054,
            "stop": 874960060
        },
        {
            "start": 874960062,
            "stop": 874960117
        }
    ]
}