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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5210",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5208",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5209,
    "results": [
        {
            "start": 874047780,
            "stop": 874047839
        },
        {
            "start": 874047883,
            "stop": 874048132
        },
        {
            "start": 874048149,
            "stop": 874048249
        },
        {
            "start": 874048291,
            "stop": 874048403
        },
        {
            "start": 874048439,
            "stop": 874048461
        },
        {
            "start": 874048497,
            "stop": 874048537
        },
        {
            "start": 874048596,
            "stop": 874048673
        },
        {
            "start": 874048709,
            "stop": 874048878
        },
        {
            "start": 874048927,
            "stop": 874049565
        },
        {
            "start": 874049615,
            "stop": 874049866
        },
        {
            "start": 874049902,
            "stop": 874049923
        },
        {
            "start": 874049959,
            "stop": 874050375
        },
        {
            "start": 874050392,
            "stop": 874051463
        },
        {
            "start": 874051499,
            "stop": 874052172
        },
        {
            "start": 874054668,
            "stop": 874054831
        },
        {
            "start": 874054838,
            "stop": 874054854
        },
        {
            "start": 874054861,
            "stop": 874054909
        },
        {
            "start": 874054920,
            "stop": 874055130
        },
        {
            "start": 874055137,
            "stop": 874055352
        },
        {
            "start": 874055382,
            "stop": 874057100
        }
    ]
}