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=46857
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=46858",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46856",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46857,
    "results": [
        {
            "start": 875141924,
            "stop": 875141931
        },
        {
            "start": 875141932,
            "stop": 875141936
        },
        {
            "start": 875141938,
            "stop": 875141983
        },
        {
            "start": 875141984,
            "stop": 875142011
        },
        {
            "start": 875142015,
            "stop": 875142105
        },
        {
            "start": 875142108,
            "stop": 875142157
        },
        {
            "start": 875142159,
            "stop": 875142167
        },
        {
            "start": 875142168,
            "stop": 875142171
        },
        {
            "start": 875142172,
            "stop": 875142234
        },
        {
            "start": 875142239,
            "stop": 875142252
        },
        {
            "start": 875142254,
            "stop": 875142276
        },
        {
            "start": 875142277,
            "stop": 875142372
        },
        {
            "start": 875142375,
            "stop": 875142422
        },
        {
            "start": 875142425,
            "stop": 875142431
        },
        {
            "start": 875142432,
            "stop": 875142454
        },
        {
            "start": 875142456,
            "stop": 875142483
        },
        {
            "start": 875142486,
            "stop": 875142501
        },
        {
            "start": 875142504,
            "stop": 875142527
        },
        {
            "start": 875142529,
            "stop": 875142570
        },
        {
            "start": 875142573,
            "stop": 875142603
        }
    ]
}