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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46827",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46825",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46826,
    "results": [
        {
            "start": 875131719,
            "stop": 875131723
        },
        {
            "start": 875131724,
            "stop": 875131725
        },
        {
            "start": 875131727,
            "stop": 875131738
        },
        {
            "start": 875131740,
            "stop": 875131759
        },
        {
            "start": 875131761,
            "stop": 875131765
        },
        {
            "start": 875131768,
            "stop": 875131777
        },
        {
            "start": 875131782,
            "stop": 875131795
        },
        {
            "start": 875131798,
            "stop": 875131812
        },
        {
            "start": 875131813,
            "stop": 875131819
        },
        {
            "start": 875131821,
            "stop": 875131883
        },
        {
            "start": 875131884,
            "stop": 875131903
        },
        {
            "start": 875131904,
            "stop": 875131918
        },
        {
            "start": 875131919,
            "stop": 875131921
        },
        {
            "start": 875131922,
            "stop": 875131927
        },
        {
            "start": 875131931,
            "stop": 875131935
        },
        {
            "start": 875131937,
            "stop": 875131957
        },
        {
            "start": 875131958,
            "stop": 875131972
        },
        {
            "start": 875131973,
            "stop": 875131992
        },
        {
            "start": 875131995,
            "stop": 875131997
        },
        {
            "start": 875132000,
            "stop": 875132015
        }
    ]
}