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=33100
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=33101",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33099",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33100,
    "results": [
        {
            "start": 970554810,
            "stop": 970554824
        },
        {
            "start": 970554825,
            "stop": 970554847
        },
        {
            "start": 970554849,
            "stop": 970554854
        },
        {
            "start": 970554855,
            "stop": 970554871
        },
        {
            "start": 970554877,
            "stop": 970554910
        },
        {
            "start": 970554913,
            "stop": 970554919
        },
        {
            "start": 970554920,
            "stop": 970554946
        },
        {
            "start": 970554948,
            "stop": 970554954
        },
        {
            "start": 970554955,
            "stop": 970554970
        },
        {
            "start": 970554972,
            "stop": 970554976
        },
        {
            "start": 970554979,
            "stop": 970554990
        },
        {
            "start": 970554992,
            "stop": 970555014
        },
        {
            "start": 970555016,
            "stop": 970555025
        },
        {
            "start": 970555028,
            "stop": 970555051
        },
        {
            "start": 970555052,
            "stop": 970555093
        },
        {
            "start": 970555094,
            "stop": 970555107
        },
        {
            "start": 970555109,
            "stop": 970555130
        },
        {
            "start": 970555131,
            "stop": 970555177
        },
        {
            "start": 970555178,
            "stop": 970555185
        },
        {
            "start": 970555187,
            "stop": 970555199
        }
    ]
}