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=250
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=251",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=249",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 250,
    "results": [
        {
            "start": 821389082,
            "stop": 821389095
        },
        {
            "start": 821389112,
            "stop": 821389123
        },
        {
            "start": 821389131,
            "stop": 821389136
        },
        {
            "start": 821389147,
            "stop": 821389153
        },
        {
            "start": 821389173,
            "stop": 821389191
        },
        {
            "start": 821389209,
            "stop": 821389212
        },
        {
            "start": 821389222,
            "stop": 821389223
        },
        {
            "start": 821389276,
            "stop": 821389282
        },
        {
            "start": 821389302,
            "stop": 821389331
        },
        {
            "start": 821389342,
            "stop": 821389380
        },
        {
            "start": 821389388,
            "stop": 821389412
        },
        {
            "start": 821389423,
            "stop": 821389424
        },
        {
            "start": 821389443,
            "stop": 821389445
        },
        {
            "start": 821389456,
            "stop": 821389457
        },
        {
            "start": 821389469,
            "stop": 821389514
        },
        {
            "start": 821389525,
            "stop": 821389560
        },
        {
            "start": 821389568,
            "stop": 821389602
        },
        {
            "start": 821389610,
            "stop": 821389626
        },
        {
            "start": 821389668,
            "stop": 821389673
        },
        {
            "start": 821389690,
            "stop": 821389779
        }
    ]
}