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=163
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=164",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=162",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 163,
    "results": [
        {
            "start": 818749730,
            "stop": 818749740
        },
        {
            "start": 818749748,
            "stop": 818749815
        },
        {
            "start": 818749840,
            "stop": 818749841
        },
        {
            "start": 818749849,
            "stop": 818749875
        },
        {
            "start": 818749883,
            "stop": 818749899
        },
        {
            "start": 818749910,
            "stop": 818749917
        },
        {
            "start": 818749930,
            "stop": 818749952
        },
        {
            "start": 818749965,
            "stop": 818749970
        },
        {
            "start": 818749978,
            "stop": 818749984
        },
        {
            "start": 818749992,
            "stop": 818750005
        },
        {
            "start": 818750013,
            "stop": 818750015
        },
        {
            "start": 818750025,
            "stop": 818750033
        },
        {
            "start": 818750041,
            "stop": 818750042
        },
        {
            "start": 818750055,
            "stop": 818750056
        },
        {
            "start": 818750064,
            "stop": 818750102
        },
        {
            "start": 818750131,
            "stop": 818750132
        },
        {
            "start": 818750148,
            "stop": 818750150
        },
        {
            "start": 818750164,
            "stop": 818750176
        },
        {
            "start": 818750188,
            "stop": 818750216
        },
        {
            "start": 818750224,
            "stop": 818750231
        }
    ]
}