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=2059
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=2060",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2058",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2059,
    "results": [
        {
            "start": 870533322,
            "stop": 870533374
        },
        {
            "start": 870533392,
            "stop": 870533422
        },
        {
            "start": 870533439,
            "stop": 870533731
        },
        {
            "start": 870544266,
            "stop": 870544297
        },
        {
            "start": 870544314,
            "stop": 870544320
        },
        {
            "start": 870544339,
            "stop": 870544355
        },
        {
            "start": 870544429,
            "stop": 870544522
        },
        {
            "start": 870544957,
            "stop": 870545252
        },
        {
            "start": 870545269,
            "stop": 870547140
        },
        {
            "start": 870547271,
            "stop": 870547602
        },
        {
            "start": 870548217,
            "stop": 870551700
        },
        {
            "start": 870551760,
            "stop": 870555922
        },
        {
            "start": 870556216,
            "stop": 870558300
        },
        {
            "start": 870558420,
            "stop": 870563100
        },
        {
            "start": 870563160,
            "stop": 870563452
        },
        {
            "start": 870563470,
            "stop": 870567503
        },
        {
            "start": 870567520,
            "stop": 870567553
        },
        {
            "start": 870567570,
            "stop": 870581663
        },
        {
            "start": 870581669,
            "stop": 870591327
        },
        {
            "start": 870591344,
            "stop": 870591447
        }
    ]
}