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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3865",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3863",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 3864,
    "results": [
        {
            "start": 873826144,
            "stop": 873826287
        },
        {
            "start": 873826290,
            "stop": 873826390
        },
        {
            "start": 873826393,
            "stop": 873826423
        },
        {
            "start": 873826426,
            "stop": 873827307
        },
        {
            "start": 873827310,
            "stop": 873831464
        },
        {
            "start": 873831467,
            "stop": 873831660
        },
        {
            "start": 873831720,
            "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": 873848714
        },
        {
            "start": 873848715,
            "stop": 873853830
        },
        {
            "start": 873853834,
            "stop": 873853870
        },
        {
            "start": 873853873,
            "stop": 873853877
        },
        {
            "start": 873853880,
            "stop": 873857412
        },
        {
            "start": 873857415,
            "stop": 873858171
        }
    ]
}