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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29340",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29338",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29339,
    "results": [
        {
            "start": 971246550,
            "stop": 971246575
        },
        {
            "start": 971246576,
            "stop": 971246583
        },
        {
            "start": 971246585,
            "stop": 971246607
        },
        {
            "start": 971246608,
            "stop": 971246622
        },
        {
            "start": 971246623,
            "stop": 971246644
        },
        {
            "start": 971246645,
            "stop": 971246650
        },
        {
            "start": 971246652,
            "stop": 971246655
        },
        {
            "start": 971246657,
            "stop": 971246666
        },
        {
            "start": 971246667,
            "stop": 971246677
        },
        {
            "start": 971246678,
            "stop": 971246682
        },
        {
            "start": 971249658,
            "stop": 971249775
        },
        {
            "start": 971249778,
            "stop": 971249849
        },
        {
            "start": 971249852,
            "stop": 971249911
        },
        {
            "start": 971249913,
            "stop": 971249949
        },
        {
            "start": 971249952,
            "stop": 971249974
        },
        {
            "start": 971249976,
            "stop": 971249994
        },
        {
            "start": 971249997,
            "stop": 971250001
        },
        {
            "start": 971250004,
            "stop": 971250077
        },
        {
            "start": 971250079,
            "stop": 971250094
        },
        {
            "start": 971250096,
            "stop": 971250148
        }
    ]
}