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=33210
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=33211",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33209",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33210,
    "results": [
        {
            "start": 970915354,
            "stop": 970915412
        },
        {
            "start": 970915413,
            "stop": 970915455
        },
        {
            "start": 970915458,
            "stop": 970915484
        },
        {
            "start": 970915487,
            "stop": 970915529
        },
        {
            "start": 970915532,
            "stop": 970915799
        },
        {
            "start": 970915800,
            "stop": 970915997
        },
        {
            "start": 970915998,
            "stop": 970916051
        },
        {
            "start": 970916054,
            "stop": 970916058
        },
        {
            "start": 970916061,
            "stop": 970916065
        },
        {
            "start": 970916066,
            "stop": 970916121
        },
        {
            "start": 970916124,
            "stop": 970916125
        },
        {
            "start": 970916128,
            "stop": 970916190
        },
        {
            "start": 970916193,
            "stop": 970916318
        },
        {
            "start": 970916319,
            "stop": 970916506
        },
        {
            "start": 970916507,
            "stop": 970916826
        },
        {
            "start": 970916832,
            "stop": 970916835
        },
        {
            "start": 970916841,
            "stop": 970916869
        },
        {
            "start": 970916872,
            "stop": 970916907
        },
        {
            "start": 970916910,
            "stop": 970916933
        },
        {
            "start": 970916936,
            "stop": 970917196
        }
    ]
}