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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9770",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9768",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9769,
    "results": [
        {
            "start": 873658433,
            "stop": 873658436
        },
        {
            "start": 873658437,
            "stop": 873658439
        },
        {
            "start": 873658440,
            "stop": 873658459
        },
        {
            "start": 873658460,
            "stop": 873658487
        },
        {
            "start": 873658488,
            "stop": 873658490
        },
        {
            "start": 873658491,
            "stop": 873658497
        },
        {
            "start": 873658498,
            "stop": 873658499
        },
        {
            "start": 873658500,
            "stop": 873659513
        },
        {
            "start": 873659514,
            "stop": 873659554
        },
        {
            "start": 873661484,
            "stop": 873661495
        },
        {
            "start": 873661496,
            "stop": 873661504
        },
        {
            "start": 873661505,
            "stop": 873664952
        },
        {
            "start": 873664953,
            "stop": 873664986
        },
        {
            "start": 873665828,
            "stop": 873665914
        },
        {
            "start": 873665916,
            "stop": 873665925
        },
        {
            "start": 873665929,
            "stop": 873672079
        },
        {
            "start": 873672082,
            "stop": 873672089
        },
        {
            "start": 873672293,
            "stop": 873672329
        },
        {
            "start": 873672378,
            "stop": 873674219
        },
        {
            "start": 873674311,
            "stop": 873675175
        }
    ]
}