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=46634
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=46635",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46633",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46634,
    "results": [
        {
            "start": 875017981,
            "stop": 875017989
        },
        {
            "start": 875017992,
            "stop": 875017993
        },
        {
            "start": 875017995,
            "stop": 875018023
        },
        {
            "start": 875018025,
            "stop": 875018027
        },
        {
            "start": 875018028,
            "stop": 875018037
        },
        {
            "start": 875018039,
            "stop": 875018044
        },
        {
            "start": 875018045,
            "stop": 875018057
        },
        {
            "start": 875018059,
            "stop": 875018060
        },
        {
            "start": 875018062,
            "stop": 875018065
        },
        {
            "start": 875018067,
            "stop": 875018086
        },
        {
            "start": 875018089,
            "stop": 875018097
        },
        {
            "start": 875018098,
            "stop": 875018106
        },
        {
            "start": 875018107,
            "stop": 875018108
        },
        {
            "start": 875018109,
            "stop": 875018119
        },
        {
            "start": 875018120,
            "stop": 875018122
        },
        {
            "start": 875018123,
            "stop": 875018133
        },
        {
            "start": 875018135,
            "stop": 875018136
        },
        {
            "start": 875018137,
            "stop": 875018146
        },
        {
            "start": 875018149,
            "stop": 875018153
        },
        {
            "start": 875018156,
            "stop": 875018157
        }
    ]
}