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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=185",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=183",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 184,
    "results": [
        {
            "start": 837401056,
            "stop": 837439559
        },
        {
            "start": 837439564,
            "stop": 837442128
        },
        {
            "start": 837443060,
            "stop": 837443987
        },
        {
            "start": 837446446,
            "stop": 837446593
        },
        {
            "start": 837447901,
            "stop": 837452387
        },
        {
            "start": 837452906,
            "stop": 837453954
        },
        {
            "start": 837454254,
            "stop": 837454333
        },
        {
            "start": 837455206,
            "stop": 837455648
        },
        {
            "start": 837455652,
            "stop": 837456836
        },
        {
            "start": 837456839,
            "stop": 837457213
        },
        {
            "start": 837457218,
            "stop": 837458130
        },
        {
            "start": 837458430,
            "stop": 837458453
        },
        {
            "start": 837458456,
            "stop": 837464771
        },
        {
            "start": 837464777,
            "stop": 837464778
        },
        {
            "start": 837464784,
            "stop": 837464788
        },
        {
            "start": 837464791,
            "stop": 837474664
        },
        {
            "start": 837476135,
            "stop": 837479653
        },
        {
            "start": 837480686,
            "stop": 837483265
        },
        {
            "start": 837483352,
            "stop": 837505873
        },
        {
            "start": 837507032,
            "stop": 837509533
        }
    ]
}