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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=504",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=502",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 503,
    "results": [
        {
            "start": 865343516,
            "stop": 865344953
        },
        {
            "start": 865355452,
            "stop": 865355998
        },
        {
            "start": 865356741,
            "stop": 865364756
        },
        {
            "start": 865365058,
            "stop": 865365714
        },
        {
            "start": 865379188,
            "stop": 865379865
        },
        {
            "start": 865379867,
            "stop": 865380559
        },
        {
            "start": 865380660,
            "stop": 865394068
        },
        {
            "start": 865394069,
            "stop": 865405583
        },
        {
            "start": 865406730,
            "stop": 865428818
        },
        {
            "start": 865428819,
            "stop": 865429560
        },
        {
            "start": 865435106,
            "stop": 865435493
        },
        {
            "start": 865435523,
            "stop": 865456356
        },
        {
            "start": 865458585,
            "stop": 865460651
        },
        {
            "start": 865460694,
            "stop": 865484188
        },
        {
            "start": 865484190,
            "stop": 865487399
        },
        {
            "start": 865487834,
            "stop": 865492142
        },
        {
            "start": 865493022,
            "stop": 865518780
        },
        {
            "start": 865519894,
            "stop": 865547904
        },
        {
            "start": 865550349,
            "stop": 865565579
        },
        {
            "start": 865565634,
            "stop": 865578042
        }
    ]
}