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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=259",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=257",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 258,
    "results": [
        {
            "start": 857944283,
            "stop": 857944692
        },
        {
            "start": 857944992,
            "stop": 857945252
        },
        {
            "start": 857945813,
            "stop": 857946460
        },
        {
            "start": 857946570,
            "stop": 857946585
        },
        {
            "start": 857947152,
            "stop": 857947691
        },
        {
            "start": 857948109,
            "stop": 857949058
        },
        {
            "start": 857949168,
            "stop": 857949170
        },
        {
            "start": 857950894,
            "stop": 857995215
        },
        {
            "start": 857996325,
            "stop": 858017390
        },
        {
            "start": 858018351,
            "stop": 858021479
        },
        {
            "start": 858031243,
            "stop": 858031488
        },
        {
            "start": 858033186,
            "stop": 858034155
        },
        {
            "start": 858034407,
            "stop": 858037203
        },
        {
            "start": 858044302,
            "stop": 858107288
        },
        {
            "start": 858108937,
            "stop": 858111124
        },
        {
            "start": 858111307,
            "stop": 858112426
        },
        {
            "start": 858112646,
            "stop": 858115358
        },
        {
            "start": 858118326,
            "stop": 858118735
        },
        {
            "start": 858119100,
            "stop": 858119535
        },
        {
            "start": 858119896,
            "stop": 858120450
        }
    ]
}