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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1640",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1638",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1639,
    "results": [
        {
            "start": 955919284,
            "stop": 955923672
        },
        {
            "start": 955923673,
            "stop": 955928399
        },
        {
            "start": 955928402,
            "stop": 955928695
        },
        {
            "start": 955928697,
            "stop": 955930299
        },
        {
            "start": 955930301,
            "stop": 955934442
        },
        {
            "start": 955934640,
            "stop": 955937421
        },
        {
            "start": 955937423,
            "stop": 955942083
        },
        {
            "start": 955942085,
            "stop": 955966503
        },
        {
            "start": 955966804,
            "stop": 955969727
        },
        {
            "start": 955969728,
            "stop": 955969853
        },
        {
            "start": 955969855,
            "stop": 955971694
        },
        {
            "start": 955974534,
            "stop": 955974705
        },
        {
            "start": 955974706,
            "stop": 955974758
        },
        {
            "start": 955974759,
            "stop": 955980956
        },
        {
            "start": 955980959,
            "stop": 955980965
        },
        {
            "start": 955984904,
            "stop": 955987054
        },
        {
            "start": 955987056,
            "stop": 955987578
        },
        {
            "start": 955988698,
            "stop": 955989505
        },
        {
            "start": 955989506,
            "stop": 955990255
        },
        {
            "start": 955990257,
            "stop": 955990266
        }
    ]
}