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=9795
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=9796",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9794",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9795,
    "results": [
        {
            "start": 873826393,
            "stop": 873826423
        },
        {
            "start": 873826426,
            "stop": 873827307
        },
        {
            "start": 873827310,
            "stop": 873831464
        },
        {
            "start": 873831467,
            "stop": 873844555
        },
        {
            "start": 873844651,
            "stop": 873845752
        },
        {
            "start": 873845758,
            "stop": 873845763
        },
        {
            "start": 873845767,
            "stop": 873845771
        },
        {
            "start": 873845774,
            "stop": 873845777
        },
        {
            "start": 873845782,
            "stop": 873845795
        },
        {
            "start": 873845798,
            "stop": 873845806
        },
        {
            "start": 873845809,
            "stop": 873845856
        },
        {
            "start": 873845861,
            "stop": 873853830
        },
        {
            "start": 873853834,
            "stop": 873853870
        },
        {
            "start": 873853873,
            "stop": 873853877
        },
        {
            "start": 873853880,
            "stop": 873857412
        },
        {
            "start": 873857415,
            "stop": 873858171
        },
        {
            "start": 873858174,
            "stop": 873858187
        },
        {
            "start": 873858190,
            "stop": 873858191
        },
        {
            "start": 873858194,
            "stop": 873858199
        },
        {
            "start": 873858202,
            "stop": 873858217
        }
    ]
}