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=5915
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=5916",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5914",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5915,
    "results": [
        {
            "start": 875142108,
            "stop": 875142234
        },
        {
            "start": 875142237,
            "stop": 875142372
        },
        {
            "start": 875142375,
            "stop": 875142422
        },
        {
            "start": 875142425,
            "stop": 875142483
        },
        {
            "start": 875142486,
            "stop": 875142501
        },
        {
            "start": 875142504,
            "stop": 875142570
        },
        {
            "start": 875142573,
            "stop": 875142650
        },
        {
            "start": 875142653,
            "stop": 875142654
        },
        {
            "start": 875142657,
            "stop": 875142717
        },
        {
            "start": 875142720,
            "stop": 875142740
        },
        {
            "start": 875142744,
            "stop": 875142846
        },
        {
            "start": 875142849,
            "stop": 875142860
        },
        {
            "start": 875142863,
            "stop": 875142965
        },
        {
            "start": 875142969,
            "stop": 875143005
        },
        {
            "start": 875143008,
            "stop": 875143024
        },
        {
            "start": 875143027,
            "stop": 875143039
        },
        {
            "start": 875143042,
            "stop": 875143061
        },
        {
            "start": 875143064,
            "stop": 875143154
        },
        {
            "start": 875143157,
            "stop": 875143289
        },
        {
            "start": 875143292,
            "stop": 875143322
        }
    ]
}