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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=7",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=5",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 6,
    "results": [
        {
            "start": 816359384,
            "stop": 816359575
        },
        {
            "start": 816362511,
            "stop": 816364906
        },
        {
            "start": 816366108,
            "stop": 816366966
        },
        {
            "start": 816366974,
            "stop": 816367546
        },
        {
            "start": 816367883,
            "stop": 816368190
        },
        {
            "start": 816369733,
            "stop": 816370374
        },
        {
            "start": 816371734,
            "stop": 816376290
        },
        {
            "start": 816386940,
            "stop": 816387520
        },
        {
            "start": 816402435,
            "stop": 816403467
        },
        {
            "start": 816407805,
            "stop": 816410605
        },
        {
            "start": 816410612,
            "stop": 816416540
        },
        {
            "start": 816417153,
            "stop": 816427266
        },
        {
            "start": 816427274,
            "stop": 816427279
        },
        {
            "start": 816427287,
            "stop": 816427329
        },
        {
            "start": 816427338,
            "stop": 816427371
        },
        {
            "start": 816427379,
            "stop": 816427389
        },
        {
            "start": 816427403,
            "stop": 816427433
        },
        {
            "start": 816427441,
            "stop": 816437949
        },
        {
            "start": 816439775,
            "stop": 816440339
        },
        {
            "start": 816440347,
            "stop": 816440393
        }
    ]
}