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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4982",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4980",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 4981,
    "results": [
        {
            "start": 874508612,
            "stop": 874508662
        },
        {
            "start": 874508670,
            "stop": 874508672
        },
        {
            "start": 874508680,
            "stop": 874508700
        },
        {
            "start": 874508708,
            "stop": 874508719
        },
        {
            "start": 874508726,
            "stop": 874508737
        },
        {
            "start": 874508744,
            "stop": 874508802
        },
        {
            "start": 874508814,
            "stop": 874508835
        },
        {
            "start": 874508842,
            "stop": 874508852
        },
        {
            "start": 874508860,
            "stop": 874508882
        },
        {
            "start": 874508890,
            "stop": 874508912
        },
        {
            "start": 874508923,
            "stop": 874508953
        },
        {
            "start": 874508960,
            "stop": 874508968
        },
        {
            "start": 874508975,
            "stop": 874508989
        },
        {
            "start": 874508996,
            "stop": 874509004
        },
        {
            "start": 874509018,
            "stop": 874509122
        },
        {
            "start": 874509135,
            "stop": 874509166
        },
        {
            "start": 874509177,
            "stop": 874509183
        },
        {
            "start": 874509191,
            "stop": 874509199
        },
        {
            "start": 874509206,
            "stop": 874509209
        },
        {
            "start": 874509217,
            "stop": 874509305
        }
    ]
}