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=40865
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=40866",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40864",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40865,
    "results": [
        {
            "start": 875054919,
            "stop": 875054939
        },
        {
            "start": 875054940,
            "stop": 875054960
        },
        {
            "start": 875054962,
            "stop": 875054965
        },
        {
            "start": 875054966,
            "stop": 875054984
        },
        {
            "start": 875054986,
            "stop": 875055024
        },
        {
            "start": 875055026,
            "stop": 875055061
        },
        {
            "start": 875055062,
            "stop": 875055087
        },
        {
            "start": 875055090,
            "stop": 875055095
        },
        {
            "start": 875055099,
            "stop": 875055109
        },
        {
            "start": 875055111,
            "stop": 875055125
        },
        {
            "start": 875055127,
            "stop": 875055161
        },
        {
            "start": 875055163,
            "stop": 875055187
        },
        {
            "start": 875055188,
            "stop": 875055237
        },
        {
            "start": 875055239,
            "stop": 875055280
        },
        {
            "start": 875055281,
            "stop": 875055301
        },
        {
            "start": 875055303,
            "stop": 875055391
        },
        {
            "start": 875055392,
            "stop": 875055450
        },
        {
            "start": 875055452,
            "stop": 875055466
        },
        {
            "start": 875055468,
            "stop": 875055471
        },
        {
            "start": 875055474,
            "stop": 875055489
        }
    ]
}