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=46808
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=46809",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46807",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46808,
    "results": [
        {
            "start": 875124970,
            "stop": 875124990
        },
        {
            "start": 875124991,
            "stop": 875125004
        },
        {
            "start": 875125005,
            "stop": 875125032
        },
        {
            "start": 875125034,
            "stop": 875125043
        },
        {
            "start": 875125044,
            "stop": 875125075
        },
        {
            "start": 875125076,
            "stop": 875125082
        },
        {
            "start": 875125083,
            "stop": 875125092
        },
        {
            "start": 875125093,
            "stop": 875125112
        },
        {
            "start": 875125113,
            "stop": 875125139
        },
        {
            "start": 875125140,
            "stop": 875125162
        },
        {
            "start": 875125163,
            "stop": 875125173
        },
        {
            "start": 875125175,
            "stop": 875125181
        },
        {
            "start": 875125183,
            "stop": 875125203
        },
        {
            "start": 875125205,
            "stop": 875125207
        },
        {
            "start": 875125208,
            "stop": 875125224
        },
        {
            "start": 875125226,
            "stop": 875125292
        },
        {
            "start": 875125293,
            "stop": 875125325
        },
        {
            "start": 875125326,
            "stop": 875125346
        },
        {
            "start": 875125347,
            "stop": 875125354
        },
        {
            "start": 875125355,
            "stop": 875125362
        }
    ]
}