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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40639",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40637",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40638,
    "results": [
        {
            "start": 874912232,
            "stop": 874912235
        },
        {
            "start": 874912236,
            "stop": 874912315
        },
        {
            "start": 874912316,
            "stop": 874912366
        },
        {
            "start": 874912367,
            "stop": 874912368
        },
        {
            "start": 874912369,
            "stop": 874912430
        },
        {
            "start": 874912431,
            "stop": 874912495
        },
        {
            "start": 874912496,
            "stop": 874912531
        },
        {
            "start": 874912532,
            "stop": 874912558
        },
        {
            "start": 874912560,
            "stop": 874912563
        },
        {
            "start": 874912564,
            "stop": 874912613
        },
        {
            "start": 874912614,
            "stop": 874912654
        },
        {
            "start": 874912655,
            "stop": 874912676
        },
        {
            "start": 874912677,
            "stop": 874912688
        },
        {
            "start": 874912690,
            "stop": 874912693
        },
        {
            "start": 874912694,
            "stop": 874912720
        },
        {
            "start": 874912721,
            "stop": 874912733
        },
        {
            "start": 874912734,
            "stop": 874912754
        },
        {
            "start": 874912756,
            "stop": 874912757
        },
        {
            "start": 874912758,
            "stop": 874912762
        },
        {
            "start": 874912763,
            "stop": 874912773
        }
    ]
}