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=2357
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=2358",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2356",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2357,
    "results": [
        {
            "start": 874685488,
            "stop": 874685540
        },
        {
            "start": 874685567,
            "stop": 874685601
        },
        {
            "start": 874685630,
            "stop": 874685664
        },
        {
            "start": 874685686,
            "stop": 874685724
        },
        {
            "start": 874685741,
            "stop": 874685769
        },
        {
            "start": 874685786,
            "stop": 874685823
        },
        {
            "start": 874685840,
            "stop": 874685855
        },
        {
            "start": 874685872,
            "stop": 874685883
        },
        {
            "start": 874685900,
            "stop": 874686128
        },
        {
            "start": 874686171,
            "stop": 874686183
        },
        {
            "start": 874686202,
            "stop": 874686628
        },
        {
            "start": 874686647,
            "stop": 874686741
        },
        {
            "start": 874686764,
            "stop": 874687604
        },
        {
            "start": 874687637,
            "stop": 874688346
        },
        {
            "start": 874688363,
            "stop": 874689577
        },
        {
            "start": 874689594,
            "stop": 874689886
        },
        {
            "start": 874689903,
            "stop": 874689946
        },
        {
            "start": 874690393,
            "stop": 874690479
        },
        {
            "start": 874690496,
            "stop": 874690673
        },
        {
            "start": 874690690,
            "stop": 874690843
        }
    ]
}