Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2121
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2122",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2120",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2121,
    "results": [
        {
            "start": 866232918,
            "stop": 866235948
        },
        {
            "start": 866236248,
            "stop": 866236440
        },
        {
            "start": 866236443,
            "stop": 866236456
        },
        {
            "start": 866236459,
            "stop": 866237065
        },
        {
            "start": 866237068,
            "stop": 866237312
        },
        {
            "start": 866237840,
            "stop": 866240127
        },
        {
            "start": 866240214,
            "stop": 866241555
        },
        {
            "start": 866245277,
            "stop": 866245698
        },
        {
            "start": 866246172,
            "stop": 866248963
        },
        {
            "start": 866248965,
            "stop": 866254549
        },
        {
            "start": 866254551,
            "stop": 866257173
        },
        {
            "start": 866257430,
            "stop": 866259343
        },
        {
            "start": 866259453,
            "stop": 866259834
        },
        {
            "start": 866260134,
            "stop": 866261336
        },
        {
            "start": 866261341,
            "stop": 866273640
        },
        {
            "start": 866273645,
            "stop": 866295780
        },
        {
            "start": 866295900,
            "stop": 866298600
        },
        {
            "start": 866298663,
            "stop": 866300414
        },
        {
            "start": 866323162,
            "stop": 866324766
        },
        {
            "start": 866324769,
            "stop": 866324781
        }
    ]
}