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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10045",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10043",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10044,
    "results": [
        {
            "start": 872671905,
            "stop": 872671919
        },
        {
            "start": 872671955,
            "stop": 872672534
        },
        {
            "start": 872673720,
            "stop": 872673900
        },
        {
            "start": 872673998,
            "stop": 872674108
        },
        {
            "start": 872674144,
            "stop": 872675760
        },
        {
            "start": 872675777,
            "stop": 872677317
        },
        {
            "start": 872677353,
            "stop": 872677570
        },
        {
            "start": 872677606,
            "stop": 872678219
        },
        {
            "start": 872678236,
            "stop": 872679314
        },
        {
            "start": 872679350,
            "stop": 872679493
        },
        {
            "start": 872679534,
            "stop": 872679563
        },
        {
            "start": 872679599,
            "stop": 872679955
        },
        {
            "start": 872679994,
            "stop": 872680003
        },
        {
            "start": 872680039,
            "stop": 872680689
        },
        {
            "start": 872680706,
            "stop": 872680829
        },
        {
            "start": 872680865,
            "stop": 872680932
        },
        {
            "start": 872680968,
            "stop": 872683038
        },
        {
            "start": 872683055,
            "stop": 872683086
        },
        {
            "start": 872685565,
            "stop": 872685569
        },
        {
            "start": 872685614,
            "stop": 872685651
        }
    ]
}