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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=315",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=313",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 314,
    "results": [
        {
            "start": 931741575,
            "stop": 931741785
        },
        {
            "start": 931741787,
            "stop": 931741876
        },
        {
            "start": 931741877,
            "stop": 931741883
        },
        {
            "start": 931741885,
            "stop": 931741924
        },
        {
            "start": 931741926,
            "stop": 931741929
        },
        {
            "start": 931741931,
            "stop": 931741938
        },
        {
            "start": 931741939,
            "stop": 931742095
        },
        {
            "start": 931742096,
            "stop": 931742340
        },
        {
            "start": 931742342,
            "stop": 931742741
        },
        {
            "start": 931742743,
            "stop": 931743001
        },
        {
            "start": 931743004,
            "stop": 931743097
        },
        {
            "start": 931743099,
            "stop": 931743298
        },
        {
            "start": 931743302,
            "stop": 931743342
        },
        {
            "start": 931743344,
            "stop": 931743480
        },
        {
            "start": 931743482,
            "stop": 931743483
        },
        {
            "start": 931743484,
            "stop": 931743747
        },
        {
            "start": 931743749,
            "stop": 931743765
        },
        {
            "start": 931743767,
            "stop": 931743966
        },
        {
            "start": 931743968,
            "stop": 931743969
        },
        {
            "start": 931743974,
            "stop": 931744012
        }
    ]
}