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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=459",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=457",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 458,
    "results": [
        {
            "start": 873495666,
            "stop": 873496797
        },
        {
            "start": 873496823,
            "stop": 873496829
        },
        {
            "start": 873496851,
            "stop": 873496852
        },
        {
            "start": 873496873,
            "stop": 873502169
        },
        {
            "start": 873502211,
            "stop": 873503940
        },
        {
            "start": 873504000,
            "stop": 873507159
        },
        {
            "start": 873510908,
            "stop": 873514424
        },
        {
            "start": 873514448,
            "stop": 873539783
        },
        {
            "start": 873540903,
            "stop": 873557387
        },
        {
            "start": 873557421,
            "stop": 873557844
        },
        {
            "start": 873557862,
            "stop": 873558099
        },
        {
            "start": 873576526,
            "stop": 873578400
        },
        {
            "start": 873578460,
            "stop": 873579216
        },
        {
            "start": 873579235,
            "stop": 873582930
        },
        {
            "start": 873582990,
            "stop": 873583011
        },
        {
            "start": 873583121,
            "stop": 873583138
        },
        {
            "start": 873584062,
            "stop": 873584608
        },
        {
            "start": 873584908,
            "stop": 873586018
        },
        {
            "start": 873586052,
            "stop": 873586073
        },
        {
            "start": 873586370,
            "stop": 873587167
        }
    ]
}