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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=172",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=170",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 171,
    "results": [
        {
            "start": 825079050,
            "stop": 825079110
        },
        {
            "start": 825086961,
            "stop": 825087021
        },
        {
            "start": 825235347,
            "stop": 825235407
        },
        {
            "start": 825239500,
            "stop": 825239560
        },
        {
            "start": 825242149,
            "stop": 825242209
        },
        {
            "start": 825245556,
            "stop": 825245616
        },
        {
            "start": 825255427,
            "stop": 825255607
        },
        {
            "start": 825256243,
            "stop": 825256363
        },
        {
            "start": 825385046,
            "stop": 825385106
        },
        {
            "start": 825385302,
            "stop": 825385422
        },
        {
            "start": 825385592,
            "stop": 825385712
        },
        {
            "start": 825395050,
            "stop": 825395110
        },
        {
            "start": 825395258,
            "stop": 825395318
        },
        {
            "start": 825395941,
            "stop": 825396181
        },
        {
            "start": 825396731,
            "stop": 825397271
        },
        {
            "start": 825397471,
            "stop": 825397591
        },
        {
            "start": 825397826,
            "stop": 825397886
        },
        {
            "start": 825403507,
            "stop": 825403627
        },
        {
            "start": 825424640,
            "stop": 825424760
        },
        {
            "start": 825472519,
            "stop": 825472639
        }
    ]
}