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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16830",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16828",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16829,
    "results": [
        {
            "start": 875220318,
            "stop": 875220325
        },
        {
            "start": 875220327,
            "stop": 875220432
        },
        {
            "start": 875220435,
            "stop": 875220513
        },
        {
            "start": 875220516,
            "stop": 875220563
        },
        {
            "start": 875220564,
            "stop": 875220708
        },
        {
            "start": 875220710,
            "stop": 875220752
        },
        {
            "start": 875220755,
            "stop": 875220835
        },
        {
            "start": 875220836,
            "stop": 875220919
        },
        {
            "start": 875220922,
            "stop": 875220943
        },
        {
            "start": 875220944,
            "stop": 875221052
        },
        {
            "start": 875221053,
            "stop": 875221205
        },
        {
            "start": 875221207,
            "stop": 875221211
        },
        {
            "start": 875221212,
            "stop": 875221214
        },
        {
            "start": 875221216,
            "stop": 875221472
        },
        {
            "start": 875221473,
            "stop": 875221521
        },
        {
            "start": 875221522,
            "stop": 875221656
        },
        {
            "start": 875221658,
            "stop": 875221734
        },
        {
            "start": 875221737,
            "stop": 875221791
        },
        {
            "start": 875221792,
            "stop": 875221938
        },
        {
            "start": 875221939,
            "stop": 875222100
        }
    ]
}