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=157
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=158",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=156",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 157,
    "results": [
        {
            "start": 838664119,
            "stop": 838664356
        },
        {
            "start": 838665329,
            "stop": 838668099
        },
        {
            "start": 838668429,
            "stop": 838670214
        },
        {
            "start": 838670479,
            "stop": 838674156
        },
        {
            "start": 838674158,
            "stop": 838683664
        },
        {
            "start": 838684120,
            "stop": 838688100
        },
        {
            "start": 838689881,
            "stop": 838712970
        },
        {
            "start": 838714511,
            "stop": 838714802
        },
        {
            "start": 838714804,
            "stop": 838752285
        },
        {
            "start": 838753450,
            "stop": 838822604
        },
        {
            "start": 838826051,
            "stop": 838831514
        },
        {
            "start": 838832257,
            "stop": 838844140
        },
        {
            "start": 838845347,
            "stop": 838910827
        },
        {
            "start": 838910987,
            "stop": 838911681
        },
        {
            "start": 838912525,
            "stop": 838923817
        },
        {
            "start": 838927282,
            "stop": 838997144
        },
        {
            "start": 838997318,
            "stop": 839004299
        },
        {
            "start": 839004378,
            "stop": 839020362
        },
        {
            "start": 839020662,
            "stop": 839020730
        },
        {
            "start": 839023957,
            "stop": 839024786
        }
    ]
}