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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5129",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5127",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5128,
    "results": [
        {
            "start": 874728163,
            "stop": 874728236
        },
        {
            "start": 874728255,
            "stop": 874728414
        },
        {
            "start": 874728433,
            "stop": 874728434
        },
        {
            "start": 874728453,
            "stop": 874728536
        },
        {
            "start": 874728555,
            "stop": 874728586
        },
        {
            "start": 874728605,
            "stop": 874728727
        },
        {
            "start": 874728747,
            "stop": 874728781
        },
        {
            "start": 874728801,
            "stop": 874728902
        },
        {
            "start": 874728922,
            "stop": 874729013
        },
        {
            "start": 874729033,
            "stop": 874729234
        },
        {
            "start": 874729253,
            "stop": 874729269
        },
        {
            "start": 874729295,
            "stop": 874729609
        },
        {
            "start": 874729628,
            "stop": 874729641
        },
        {
            "start": 874729661,
            "stop": 874729822
        },
        {
            "start": 874729841,
            "stop": 874729855
        },
        {
            "start": 874729874,
            "stop": 874729938
        },
        {
            "start": 874729967,
            "stop": 874729989
        },
        {
            "start": 874730008,
            "stop": 874730101
        },
        {
            "start": 874730135,
            "stop": 874730151
        },
        {
            "start": 874730170,
            "stop": 874730238
        }
    ]
}