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=33240
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=33241",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33239",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33240,
    "results": [
        {
            "start": 970982564,
            "stop": 970982570
        },
        {
            "start": 970982571,
            "stop": 970982586
        },
        {
            "start": 970982587,
            "stop": 970982590
        },
        {
            "start": 970982591,
            "stop": 970982612
        },
        {
            "start": 970982615,
            "stop": 970982677
        },
        {
            "start": 970982680,
            "stop": 970982682
        },
        {
            "start": 970982683,
            "stop": 970982697
        },
        {
            "start": 970982700,
            "stop": 970982745
        },
        {
            "start": 970982748,
            "stop": 970982754
        },
        {
            "start": 970982757,
            "stop": 970982775
        },
        {
            "start": 970982776,
            "stop": 970982796
        },
        {
            "start": 970982799,
            "stop": 970982833
        },
        {
            "start": 970982834,
            "stop": 970982862
        },
        {
            "start": 970982865,
            "stop": 970982901
        },
        {
            "start": 970982902,
            "stop": 970982947
        },
        {
            "start": 970982948,
            "stop": 970982973
        },
        {
            "start": 970982974,
            "stop": 970982984
        },
        {
            "start": 970982985,
            "stop": 970982993
        },
        {
            "start": 970982994,
            "stop": 970983040
        },
        {
            "start": 970983041,
            "stop": 970983097
        }
    ]
}