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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=139",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=137",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 138,
    "results": [
        {
            "start": 953638597,
            "stop": 953638739
        },
        {
            "start": 953638742,
            "stop": 953638743
        },
        {
            "start": 953638746,
            "stop": 953638820
        },
        {
            "start": 953638832,
            "stop": 953639013
        },
        {
            "start": 953639017,
            "stop": 953639097
        },
        {
            "start": 953639100,
            "stop": 953639101
        },
        {
            "start": 953639105,
            "stop": 953639140
        },
        {
            "start": 953639144,
            "stop": 953639396
        },
        {
            "start": 953639399,
            "stop": 953639423
        },
        {
            "start": 953639427,
            "stop": 953639430
        },
        {
            "start": 953639434,
            "stop": 953640165
        },
        {
            "start": 953640170,
            "stop": 953640692
        },
        {
            "start": 953640695,
            "stop": 953640843
        },
        {
            "start": 953640847,
            "stop": 953641524
        },
        {
            "start": 953641527,
            "stop": 953646852
        },
        {
            "start": 953646855,
            "stop": 953646888
        },
        {
            "start": 953646892,
            "stop": 953646902
        },
        {
            "start": 953646906,
            "stop": 953647131
        },
        {
            "start": 953647134,
            "stop": 953647142
        },
        {
            "start": 953647146,
            "stop": 953647158
        }
    ]
}