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=1784
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=1785",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1783",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1784,
    "results": [
        {
            "start": 959439731,
            "stop": 959439737
        },
        {
            "start": 959439739,
            "stop": 959439741
        },
        {
            "start": 959439748,
            "stop": 959439749
        },
        {
            "start": 959439751,
            "stop": 959439754
        },
        {
            "start": 959439758,
            "stop": 959439764
        },
        {
            "start": 959439769,
            "stop": 959439770
        },
        {
            "start": 959439772,
            "stop": 959439779
        },
        {
            "start": 959439793,
            "stop": 959439797
        },
        {
            "start": 959439803,
            "stop": 959439805
        },
        {
            "start": 959439807,
            "stop": 959439809
        },
        {
            "start": 959439819,
            "stop": 959439820
        },
        {
            "start": 959439823,
            "stop": 959439829
        },
        {
            "start": 959439831,
            "stop": 959439842
        },
        {
            "start": 959439844,
            "stop": 959439849
        },
        {
            "start": 959439851,
            "stop": 959439890
        },
        {
            "start": 959439892,
            "stop": 959439944
        },
        {
            "start": 959439947,
            "stop": 959439949
        },
        {
            "start": 959439954,
            "stop": 959439957
        },
        {
            "start": 959439962,
            "stop": 959439965
        },
        {
            "start": 959439966,
            "stop": 959439970
        }
    ]
}