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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=4053",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=4051",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 4052,
    "results": [
        {
            "start": 875102035,
            "stop": 875102081
        },
        {
            "start": 875102084,
            "stop": 875102091
        },
        {
            "start": 875102094,
            "stop": 875102102
        },
        {
            "start": 875102105,
            "stop": 875102106
        },
        {
            "start": 875102111,
            "stop": 875102120
        },
        {
            "start": 875102126,
            "stop": 875102136
        },
        {
            "start": 875102139,
            "stop": 875102146
        },
        {
            "start": 875102149,
            "stop": 875102181
        },
        {
            "start": 875102184,
            "stop": 875102317
        },
        {
            "start": 875102322,
            "stop": 875102362
        },
        {
            "start": 875102366,
            "stop": 875102372
        },
        {
            "start": 875102378,
            "stop": 875102540
        },
        {
            "start": 875102543,
            "stop": 875102566
        },
        {
            "start": 875102569,
            "stop": 875102573
        },
        {
            "start": 875102576,
            "stop": 875102597
        },
        {
            "start": 875102603,
            "stop": 875103539
        },
        {
            "start": 875103544,
            "stop": 875103549
        },
        {
            "start": 875103553,
            "stop": 875103747
        },
        {
            "start": 875103750,
            "stop": 875103754
        },
        {
            "start": 875103757,
            "stop": 875103874
        }
    ]
}