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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=72",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=70",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 71,
    "results": [
        {
            "start": 824844136,
            "stop": 824844152
        },
        {
            "start": 824844154,
            "stop": 824844200
        },
        {
            "start": 824844202,
            "stop": 824844206
        },
        {
            "start": 824844210,
            "stop": 824844220
        },
        {
            "start": 824844222,
            "stop": 824844249
        },
        {
            "start": 824844250,
            "stop": 824844252
        },
        {
            "start": 824844253,
            "stop": 824844256
        },
        {
            "start": 824844258,
            "stop": 824844260
        },
        {
            "start": 824844266,
            "stop": 824844267
        },
        {
            "start": 824844271,
            "stop": 824844274
        },
        {
            "start": 824844276,
            "stop": 824844281
        },
        {
            "start": 824844284,
            "stop": 824844296
        },
        {
            "start": 824844299,
            "stop": 824844300
        },
        {
            "start": 824844304,
            "stop": 824844307
        },
        {
            "start": 824844308,
            "stop": 824844324
        },
        {
            "start": 824844328,
            "stop": 824844337
        },
        {
            "start": 824844338,
            "stop": 824844343
        },
        {
            "start": 824844345,
            "stop": 824844356
        },
        {
            "start": 824844358,
            "stop": 824844359
        },
        {
            "start": 824844361,
            "stop": 824844363
        }
    ]
}