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=46709
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=46710",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46708",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46709,
    "results": [
        {
            "start": 875054919,
            "stop": 875054932
        },
        {
            "start": 875054933,
            "stop": 875054939
        },
        {
            "start": 875054940,
            "stop": 875054943
        },
        {
            "start": 875054944,
            "stop": 875054960
        },
        {
            "start": 875054962,
            "stop": 875054965
        },
        {
            "start": 875054966,
            "stop": 875054969
        },
        {
            "start": 875054970,
            "stop": 875055004
        },
        {
            "start": 875055006,
            "stop": 875055008
        },
        {
            "start": 875055009,
            "stop": 875055010
        },
        {
            "start": 875055011,
            "stop": 875055024
        },
        {
            "start": 875055027,
            "stop": 875055047
        },
        {
            "start": 875055048,
            "stop": 875055061
        },
        {
            "start": 875055064,
            "stop": 875055066
        },
        {
            "start": 875055067,
            "stop": 875055084
        },
        {
            "start": 875055085,
            "stop": 875055087
        },
        {
            "start": 875055090,
            "stop": 875055108
        },
        {
            "start": 875055109,
            "stop": 875055164
        },
        {
            "start": 875055166,
            "stop": 875055169
        },
        {
            "start": 875055170,
            "stop": 875055187
        },
        {
            "start": 875055188,
            "stop": 875055226
        }
    ]
}