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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=131",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=129",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 130,
    "results": [
        {
            "start": 819146050,
            "stop": 819146160
        },
        {
            "start": 819146280,
            "stop": 819146460
        },
        {
            "start": 819146520,
            "stop": 819147007
        },
        {
            "start": 819165778,
            "stop": 819165874
        },
        {
            "start": 819165891,
            "stop": 819165980
        },
        {
            "start": 819165983,
            "stop": 819165993
        },
        {
            "start": 819165996,
            "stop": 819166098
        },
        {
            "start": 819166101,
            "stop": 819166104
        },
        {
            "start": 819166107,
            "stop": 819166140
        },
        {
            "start": 819166143,
            "stop": 819166368
        },
        {
            "start": 819166385,
            "stop": 819166493
        },
        {
            "start": 819166510,
            "stop": 819166621
        },
        {
            "start": 819166624,
            "stop": 819166656
        },
        {
            "start": 819166688,
            "stop": 819166754
        },
        {
            "start": 819166771,
            "stop": 819166848
        },
        {
            "start": 819166852,
            "stop": 819167054
        },
        {
            "start": 819167058,
            "stop": 819167115
        },
        {
            "start": 819167119,
            "stop": 819167177
        },
        {
            "start": 819167194,
            "stop": 819167349
        },
        {
            "start": 819167366,
            "stop": 819167380
        }
    ]
}