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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=123",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=121",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 122,
    "results": [
        {
            "start": 1131157923,
            "stop": 1131157954
        },
        {
            "start": 1131157955,
            "stop": 1131157972
        },
        {
            "start": 1131157973,
            "stop": 1131157993
        },
        {
            "start": 1131157994,
            "stop": 1131157998
        },
        {
            "start": 1131157999,
            "stop": 1131158006
        },
        {
            "start": 1131158007,
            "stop": 1131158041
        },
        {
            "start": 1131158042,
            "stop": 1131158068
        },
        {
            "start": 1131158069,
            "stop": 1131158106
        },
        {
            "start": 1131158107,
            "stop": 1131158118
        },
        {
            "start": 1131158119,
            "stop": 1131158128
        },
        {
            "start": 1131158129,
            "stop": 1131158154
        },
        {
            "start": 1131158155,
            "stop": 1131158199
        },
        {
            "start": 1131158200,
            "stop": 1131158205
        },
        {
            "start": 1131158208,
            "stop": 1131158220
        },
        {
            "start": 1131158222,
            "stop": 1131158353
        },
        {
            "start": 1131158354,
            "stop": 1131158359
        },
        {
            "start": 1131158360,
            "stop": 1131158512
        },
        {
            "start": 1131158513,
            "stop": 1131158531
        },
        {
            "start": 1131158532,
            "stop": 1131158611
        },
        {
            "start": 1131158613,
            "stop": 1131158619
        }
    ]
}