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=2160
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=2161",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2159",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2160,
    "results": [
        {
            "start": 869598917,
            "stop": 869600550
        },
        {
            "start": 869600889,
            "stop": 869601217
        },
        {
            "start": 869601526,
            "stop": 869603778
        },
        {
            "start": 869604524,
            "stop": 869604810
        },
        {
            "start": 869605303,
            "stop": 869605514
        },
        {
            "start": 869605515,
            "stop": 869606260
        },
        {
            "start": 869606265,
            "stop": 869608342
        },
        {
            "start": 869608350,
            "stop": 869613600
        },
        {
            "start": 869615351,
            "stop": 869616210
        },
        {
            "start": 869616938,
            "stop": 869617081
        },
        {
            "start": 869619199,
            "stop": 869648699
        },
        {
            "start": 869649019,
            "stop": 869661184
        },
        {
            "start": 869661294,
            "stop": 869661899
        },
        {
            "start": 869662199,
            "stop": 869667742
        },
        {
            "start": 869667748,
            "stop": 869667988
        },
        {
            "start": 869668288,
            "stop": 869669705
        },
        {
            "start": 869669710,
            "stop": 869682022
        },
        {
            "start": 869682028,
            "stop": 869683530
        },
        {
            "start": 869683590,
            "stop": 869720292
        },
        {
            "start": 869722360,
            "stop": 869724285
        }
    ]
}