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=5787
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=5788",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5786",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5787,
    "results": [
        {
            "start": 874677389,
            "stop": 874677518
        },
        {
            "start": 874677526,
            "stop": 874677594
        },
        {
            "start": 874677599,
            "stop": 874677703
        },
        {
            "start": 874677706,
            "stop": 874677753
        },
        {
            "start": 874677756,
            "stop": 874678001
        },
        {
            "start": 874678005,
            "stop": 874678024
        },
        {
            "start": 874678027,
            "stop": 874678159
        },
        {
            "start": 874678162,
            "stop": 874678232
        },
        {
            "start": 874678235,
            "stop": 874678239
        },
        {
            "start": 874678242,
            "stop": 874678417
        },
        {
            "start": 874678420,
            "stop": 874678421
        },
        {
            "start": 874678424,
            "stop": 874678464
        },
        {
            "start": 874678468,
            "stop": 874678577
        },
        {
            "start": 874678580,
            "stop": 874678738
        },
        {
            "start": 874678741,
            "stop": 874678874
        },
        {
            "start": 874678877,
            "stop": 874678879
        },
        {
            "start": 874678882,
            "stop": 874678943
        },
        {
            "start": 874678946,
            "stop": 874678953
        },
        {
            "start": 874678956,
            "stop": 874679049
        },
        {
            "start": 874679053,
            "stop": 874679133
        }
    ]
}