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=2166
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=2167",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2165",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2166,
    "results": [
        {
            "start": 872423530,
            "stop": 872423538
        },
        {
            "start": 872423563,
            "stop": 872423577
        },
        {
            "start": 872423602,
            "stop": 872423614
        },
        {
            "start": 872423656,
            "stop": 872423663
        },
        {
            "start": 872423680,
            "stop": 872423683
        },
        {
            "start": 872424946,
            "stop": 872424996
        },
        {
            "start": 872425021,
            "stop": 872425030
        },
        {
            "start": 872425068,
            "stop": 872425097
        },
        {
            "start": 872425114,
            "stop": 872425126
        },
        {
            "start": 872425143,
            "stop": 872425158
        },
        {
            "start": 872425175,
            "stop": 872425186
        },
        {
            "start": 872425203,
            "stop": 872425216
        },
        {
            "start": 872425233,
            "stop": 872425363
        },
        {
            "start": 872425380,
            "stop": 872425417
        },
        {
            "start": 872425434,
            "stop": 872425457
        },
        {
            "start": 872425474,
            "stop": 872425479
        },
        {
            "start": 872425511,
            "stop": 872425611
        },
        {
            "start": 872425632,
            "stop": 872425674
        },
        {
            "start": 872425704,
            "stop": 872425846
        },
        {
            "start": 872425865,
            "stop": 872425986
        }
    ]
}