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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=445",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=443",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 444,
    "results": [
        {
            "start": 869284839,
            "stop": 869284845
        },
        {
            "start": 869284858,
            "stop": 869284883
        },
        {
            "start": 869284886,
            "stop": 869284927
        },
        {
            "start": 869284930,
            "stop": 869285196
        },
        {
            "start": 869285201,
            "stop": 869285206
        },
        {
            "start": 869285214,
            "stop": 869285224
        },
        {
            "start": 869285228,
            "stop": 869285238
        },
        {
            "start": 869285247,
            "stop": 869285409
        },
        {
            "start": 869285418,
            "stop": 869285525
        },
        {
            "start": 869285528,
            "stop": 869285663
        },
        {
            "start": 869285666,
            "stop": 869285672
        },
        {
            "start": 869285676,
            "stop": 869285705
        },
        {
            "start": 869285718,
            "stop": 869285863
        },
        {
            "start": 869285867,
            "stop": 869285974
        },
        {
            "start": 869285983,
            "stop": 869323312
        },
        {
            "start": 869323472,
            "stop": 869324428
        },
        {
            "start": 869348551,
            "stop": 869369141
        },
        {
            "start": 869370026,
            "stop": 869373163
        },
        {
            "start": 869380036,
            "stop": 869413807
        },
        {
            "start": 869439646,
            "stop": 869442622
        }
    ]
}