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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=794",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=792",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 793,
    "results": [
        {
            "start": 866202416,
            "stop": 866202506
        },
        {
            "start": 866202509,
            "stop": 866202871
        },
        {
            "start": 866202874,
            "stop": 866203156
        },
        {
            "start": 866203159,
            "stop": 866204256
        },
        {
            "start": 866204259,
            "stop": 866204307
        },
        {
            "start": 866204310,
            "stop": 866204337
        },
        {
            "start": 866204340,
            "stop": 866204653
        },
        {
            "start": 866204656,
            "stop": 866205107
        },
        {
            "start": 866205110,
            "stop": 866206136
        },
        {
            "start": 866206139,
            "stop": 866206146
        },
        {
            "start": 866206149,
            "stop": 866206642
        },
        {
            "start": 866206645,
            "stop": 866207015
        },
        {
            "start": 866207018,
            "stop": 866207442
        },
        {
            "start": 866207445,
            "stop": 866207557
        },
        {
            "start": 866207560,
            "stop": 866207600
        },
        {
            "start": 866207603,
            "stop": 866207693
        },
        {
            "start": 866207696,
            "stop": 866207738
        },
        {
            "start": 866207741,
            "stop": 866207858
        },
        {
            "start": 866207861,
            "stop": 866207999
        },
        {
            "start": 866208002,
            "stop": 866208212
        }
    ]
}