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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5032",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5030",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5031,
    "results": [
        {
            "start": 874558179,
            "stop": 874558184
        },
        {
            "start": 874558203,
            "stop": 874558228
        },
        {
            "start": 874558248,
            "stop": 874558361
        },
        {
            "start": 874558397,
            "stop": 874558490
        },
        {
            "start": 874558509,
            "stop": 874558520
        },
        {
            "start": 874558540,
            "stop": 874558559
        },
        {
            "start": 874558591,
            "stop": 874558596
        },
        {
            "start": 874558615,
            "stop": 874558668
        },
        {
            "start": 874558692,
            "stop": 874558753
        },
        {
            "start": 874558775,
            "stop": 874558783
        },
        {
            "start": 874558802,
            "stop": 874558820
        },
        {
            "start": 874558848,
            "stop": 874558866
        },
        {
            "start": 874558886,
            "stop": 874558915
        },
        {
            "start": 874558940,
            "stop": 874558953
        },
        {
            "start": 874558986,
            "stop": 874559032
        },
        {
            "start": 874559051,
            "stop": 874559130
        },
        {
            "start": 874559176,
            "stop": 874559199
        },
        {
            "start": 874559219,
            "stop": 874559226
        },
        {
            "start": 874559245,
            "stop": 874559249
        },
        {
            "start": 874559299,
            "stop": 874559364
        }
    ]
}