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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33176",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33174",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33175,
    "results": [
        {
            "start": 970769964,
            "stop": 970770021
        },
        {
            "start": 970770022,
            "stop": 970770211
        },
        {
            "start": 970770214,
            "stop": 970770292
        },
        {
            "start": 970770295,
            "stop": 970770364
        },
        {
            "start": 970770365,
            "stop": 970770421
        },
        {
            "start": 970770425,
            "stop": 970771062
        },
        {
            "start": 970771063,
            "stop": 970771954
        },
        {
            "start": 970771957,
            "stop": 970772415
        },
        {
            "start": 970772416,
            "stop": 970772794
        },
        {
            "start": 970772795,
            "stop": 970772803
        },
        {
            "start": 970772806,
            "stop": 970772823
        },
        {
            "start": 970772825,
            "stop": 970772843
        },
        {
            "start": 970772846,
            "stop": 970772860
        },
        {
            "start": 970772863,
            "stop": 970772911
        },
        {
            "start": 970772914,
            "stop": 970773193
        },
        {
            "start": 970773196,
            "stop": 970773490
        },
        {
            "start": 970773493,
            "stop": 970773519
        },
        {
            "start": 970773522,
            "stop": 970773834
        },
        {
            "start": 970773837,
            "stop": 970773854
        },
        {
            "start": 970773855,
            "stop": 970773982
        }
    ]
}