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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46861",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46859",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46860,
    "results": [
        {
            "start": 875143801,
            "stop": 875143803
        },
        {
            "start": 875143807,
            "stop": 875143814
        },
        {
            "start": 875143815,
            "stop": 875143855
        },
        {
            "start": 875143859,
            "stop": 875143870
        },
        {
            "start": 875143871,
            "stop": 875143921
        },
        {
            "start": 875143923,
            "stop": 875143944
        },
        {
            "start": 875143945,
            "stop": 875143957
        },
        {
            "start": 875143958,
            "stop": 875144018
        },
        {
            "start": 875144019,
            "stop": 875144024
        },
        {
            "start": 875144027,
            "stop": 875144121
        },
        {
            "start": 875144124,
            "stop": 875144182
        },
        {
            "start": 875144186,
            "stop": 875144199
        },
        {
            "start": 875144200,
            "stop": 875144204
        },
        {
            "start": 875144206,
            "stop": 875144210
        },
        {
            "start": 875144211,
            "stop": 875144220
        },
        {
            "start": 875144223,
            "stop": 875144254
        },
        {
            "start": 875144257,
            "stop": 875144303
        },
        {
            "start": 875144307,
            "stop": 875144364
        },
        {
            "start": 875144366,
            "stop": 875144374
        },
        {
            "start": 875144378,
            "stop": 875144396
        }
    ]
}