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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5848",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5846",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5847,
    "results": [
        {
            "start": 874744104,
            "stop": 874744123
        },
        {
            "start": 874744126,
            "stop": 874744201
        },
        {
            "start": 874744204,
            "stop": 874744221
        },
        {
            "start": 874744225,
            "stop": 874744270
        },
        {
            "start": 874744274,
            "stop": 874744301
        },
        {
            "start": 874744304,
            "stop": 874744420
        },
        {
            "start": 874744424,
            "stop": 874744425
        },
        {
            "start": 874744429,
            "stop": 874744452
        },
        {
            "start": 874744455,
            "stop": 874744521
        },
        {
            "start": 874744524,
            "stop": 874744556
        },
        {
            "start": 874744559,
            "stop": 874744667
        },
        {
            "start": 874744670,
            "stop": 874744694
        },
        {
            "start": 874744698,
            "stop": 874744699
        },
        {
            "start": 874744703,
            "stop": 874744824
        },
        {
            "start": 874744827,
            "stop": 874744840
        },
        {
            "start": 874744843,
            "stop": 874745036
        },
        {
            "start": 874745039,
            "stop": 874745068
        },
        {
            "start": 874745071,
            "stop": 874745094
        },
        {
            "start": 874745097,
            "stop": 874745109
        },
        {
            "start": 874745112,
            "stop": 874745139
        }
    ]
}