Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=231
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=232",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=230",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 231,
    "results": [
        {
            "start": 821187455,
            "stop": 821187456
        },
        {
            "start": 821187464,
            "stop": 821187666
        },
        {
            "start": 821187674,
            "stop": 821187701
        },
        {
            "start": 821187707,
            "stop": 821187729
        },
        {
            "start": 821187753,
            "stop": 821187760
        },
        {
            "start": 821187768,
            "stop": 821187776
        },
        {
            "start": 821187784,
            "stop": 821187795
        },
        {
            "start": 821187803,
            "stop": 821187901
        },
        {
            "start": 821197359,
            "stop": 821198058
        },
        {
            "start": 821230099,
            "stop": 821230225
        },
        {
            "start": 821231549,
            "stop": 821237815
        },
        {
            "start": 821240242,
            "stop": 821243171
        },
        {
            "start": 821245030,
            "stop": 821246769
        },
        {
            "start": 821246776,
            "stop": 821247613
        },
        {
            "start": 821247730,
            "stop": 821247870
        },
        {
            "start": 821247985,
            "stop": 821253128
        },
        {
            "start": 821253217,
            "stop": 821253924
        },
        {
            "start": 821254008,
            "stop": 821256375
        },
        {
            "start": 821256380,
            "stop": 821261228
        },
        {
            "start": 821261233,
            "stop": 821263041
        }
    ]
}