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=5051
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=5052",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5050",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5051,
    "results": [
        {
            "start": 872847990,
            "stop": 872848100
        },
        {
            "start": 872848136,
            "stop": 872848593
        },
        {
            "start": 872848629,
            "stop": 872848795
        },
        {
            "start": 872848831,
            "stop": 872850145
        },
        {
            "start": 872850162,
            "stop": 872852398
        },
        {
            "start": 872852415,
            "stop": 872854877
        },
        {
            "start": 872854894,
            "stop": 872855552
        },
        {
            "start": 872855604,
            "stop": 872855961
        },
        {
            "start": 872856013,
            "stop": 872856210
        },
        {
            "start": 872857504,
            "stop": 872859509
        },
        {
            "start": 872859526,
            "stop": 872861741
        },
        {
            "start": 872861758,
            "stop": 872863136
        },
        {
            "start": 872863172,
            "stop": 872864857
        },
        {
            "start": 872864874,
            "stop": 872867826
        },
        {
            "start": 872868032,
            "stop": 872868649
        },
        {
            "start": 872868666,
            "stop": 872869455
        },
        {
            "start": 872869489,
            "stop": 872872214
        },
        {
            "start": 872879414,
            "stop": 872880778
        },
        {
            "start": 872880983,
            "stop": 872881752
        },
        {
            "start": 872881974,
            "stop": 872883158
        }
    ]
}