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=5
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=6",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=4",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 5,
    "results": [
        {
            "start": 1126533363,
            "stop": 1126541707
        },
        {
            "start": 1126541709,
            "stop": 1126544642
        },
        {
            "start": 1126545529,
            "stop": 1126549312
        },
        {
            "start": 1126549314,
            "stop": 1126549464
        },
        {
            "start": 1126549466,
            "stop": 1126559725
        },
        {
            "start": 1126559726,
            "stop": 1126562900
        },
        {
            "start": 1126562901,
            "stop": 1126575197
        },
        {
            "start": 1126575257,
            "stop": 1126581829
        },
        {
            "start": 1126581830,
            "stop": 1126583076
        },
        {
            "start": 1126583077,
            "stop": 1126586775
        },
        {
            "start": 1126586778,
            "stop": 1126589463
        },
        {
            "start": 1126589464,
            "stop": 1126595214
        },
        {
            "start": 1126595215,
            "stop": 1126604112
        },
        {
            "start": 1126611508,
            "stop": 1126613091
        },
        {
            "start": 1126615415,
            "stop": 1126622307
        },
        {
            "start": 1126622308,
            "stop": 1126629179
        },
        {
            "start": 1126633397,
            "stop": 1126633457
        },
        {
            "start": 1126633637,
            "stop": 1126633697
        },
        {
            "start": 1126633877,
            "stop": 1126634057
        },
        {
            "start": 1126634117,
            "stop": 1126634237
        }
    ]
}