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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=201",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=199",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 200,
    "results": [
        {
            "start": 931465905,
            "stop": 931465925
        },
        {
            "start": 931465927,
            "stop": 931465932
        },
        {
            "start": 931465934,
            "stop": 931465946
        },
        {
            "start": 931465950,
            "stop": 931465960
        },
        {
            "start": 931465964,
            "stop": 931465976
        },
        {
            "start": 931465979,
            "stop": 931466003
        },
        {
            "start": 931466004,
            "stop": 931466079
        },
        {
            "start": 931466080,
            "stop": 931466091
        },
        {
            "start": 931466095,
            "stop": 931466096
        },
        {
            "start": 931466097,
            "stop": 931466098
        },
        {
            "start": 931466103,
            "stop": 931466105
        },
        {
            "start": 931466107,
            "stop": 931466108
        },
        {
            "start": 931466110,
            "stop": 931466111
        },
        {
            "start": 931466113,
            "stop": 931466116
        },
        {
            "start": 931466120,
            "stop": 931466139
        },
        {
            "start": 931466141,
            "stop": 931466144
        },
        {
            "start": 931466145,
            "stop": 931466227
        },
        {
            "start": 931466229,
            "stop": 931466232
        },
        {
            "start": 931466237,
            "stop": 931466310
        },
        {
            "start": 931466312,
            "stop": 931466332
        }
    ]
}