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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=61",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=59",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 60,
    "results": [
        {
            "start": 826251860,
            "stop": 826261194
        },
        {
            "start": 826264058,
            "stop": 826264264
        },
        {
            "start": 826264364,
            "stop": 826265140
        },
        {
            "start": 826266719,
            "stop": 826278847
        },
        {
            "start": 826281447,
            "stop": 826282659
        },
        {
            "start": 826283790,
            "stop": 826289181
        },
        {
            "start": 826291355,
            "stop": 826293734
        },
        {
            "start": 826294324,
            "stop": 826295326
        },
        {
            "start": 826301328,
            "stop": 826304008
        },
        {
            "start": 826304492,
            "stop": 826311170
        },
        {
            "start": 826312266,
            "stop": 826314546
        },
        {
            "start": 826320233,
            "stop": 826322243
        },
        {
            "start": 826324879,
            "stop": 826342202
        },
        {
            "start": 826343124,
            "stop": 826356116
        },
        {
            "start": 826369207,
            "stop": 826370808
        },
        {
            "start": 826370894,
            "stop": 826371606
        },
        {
            "start": 826371722,
            "stop": 826372290
        },
        {
            "start": 826372424,
            "stop": 826373938
        },
        {
            "start": 826374047,
            "stop": 826374247
        },
        {
            "start": 826374456,
            "stop": 826375646
        }
    ]
}