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=147
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=148",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=146",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 147,
    "results": [
        {
            "start": 833016428,
            "stop": 833020524
        },
        {
            "start": 833020933,
            "stop": 833026123
        },
        {
            "start": 833026423,
            "stop": 833026749
        },
        {
            "start": 833027154,
            "stop": 833034142
        },
        {
            "start": 833034144,
            "stop": 833035605
        },
        {
            "start": 833053009,
            "stop": 833053643
        },
        {
            "start": 833053943,
            "stop": 833054314
        },
        {
            "start": 833054614,
            "stop": 833057305
        },
        {
            "start": 833063328,
            "stop": 833069161
        },
        {
            "start": 833070022,
            "stop": 833075166
        },
        {
            "start": 833075169,
            "stop": 833089632
        },
        {
            "start": 833090585,
            "stop": 833091133
        },
        {
            "start": 833092202,
            "stop": 833094979
        },
        {
            "start": 833094980,
            "stop": 833122093
        },
        {
            "start": 833123852,
            "stop": 833124560
        },
        {
            "start": 833124564,
            "stop": 833128651
        },
        {
            "start": 833128653,
            "stop": 833128657
        },
        {
            "start": 833128659,
            "stop": 833128660
        },
        {
            "start": 833128662,
            "stop": 833134333
        },
        {
            "start": 833134336,
            "stop": 833134342
        }
    ]
}