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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=109",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=107",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 108,
    "results": [
        {
            "start": 952825305,
            "stop": 952825315
        },
        {
            "start": 952825321,
            "stop": 952825330
        },
        {
            "start": 952825340,
            "stop": 952825363
        },
        {
            "start": 952825366,
            "stop": 952825368
        },
        {
            "start": 952825371,
            "stop": 952825393
        },
        {
            "start": 952825396,
            "stop": 952825400
        },
        {
            "start": 952825403,
            "stop": 952825416
        },
        {
            "start": 952825419,
            "stop": 952825516
        },
        {
            "start": 952825520,
            "stop": 952825603
        },
        {
            "start": 952825611,
            "stop": 952825617
        },
        {
            "start": 952825620,
            "stop": 952825655
        },
        {
            "start": 952825658,
            "stop": 952825697
        },
        {
            "start": 952825702,
            "stop": 952825719
        },
        {
            "start": 952825727,
            "stop": 952825760
        },
        {
            "start": 952833746,
            "stop": 952838660
        },
        {
            "start": 952846119,
            "stop": 952872184
        },
        {
            "start": 952883188,
            "stop": 952887987
        },
        {
            "start": 952889743,
            "stop": 952890396
        },
        {
            "start": 952893912,
            "stop": 952898883
        },
        {
            "start": 952903431,
            "stop": 952923373
        }
    ]
}