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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=245",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=243",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 244,
    "results": [
        {
            "start": 866211318,
            "stop": 866213035
        },
        {
            "start": 866213037,
            "stop": 866214758
        },
        {
            "start": 866231329,
            "stop": 866231521
        },
        {
            "start": 866235167,
            "stop": 866235640
        },
        {
            "start": 866235642,
            "stop": 866235970
        },
        {
            "start": 866247325,
            "stop": 866259320
        },
        {
            "start": 866260639,
            "stop": 866260826
        },
        {
            "start": 866260958,
            "stop": 866289118
        },
        {
            "start": 866289174,
            "stop": 866300415
        },
        {
            "start": 866324019,
            "stop": 866325882
        },
        {
            "start": 866326608,
            "stop": 866333459
        },
        {
            "start": 866334498,
            "stop": 866338237
        },
        {
            "start": 866338873,
            "stop": 866351775
        },
        {
            "start": 866351778,
            "stop": 866351783
        },
        {
            "start": 866351786,
            "stop": 866352555
        },
        {
            "start": 866352557,
            "stop": 866352562
        },
        {
            "start": 866352565,
            "stop": 866352567
        },
        {
            "start": 866352569,
            "stop": 866353233
        },
        {
            "start": 866353243,
            "stop": 866353265
        },
        {
            "start": 866353268,
            "stop": 866353273
        }
    ]
}