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=4
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=5",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=3",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 4,
    "results": [
        {
            "start": 816230227,
            "stop": 816230262
        },
        {
            "start": 816230269,
            "stop": 816230274
        },
        {
            "start": 816230278,
            "stop": 816230280
        },
        {
            "start": 816230285,
            "stop": 816230288
        },
        {
            "start": 816230291,
            "stop": 816230312
        },
        {
            "start": 816230316,
            "stop": 816230337
        },
        {
            "start": 816230343,
            "stop": 816230368
        },
        {
            "start": 816230373,
            "stop": 816230380
        },
        {
            "start": 816230387,
            "stop": 816230440
        },
        {
            "start": 816230443,
            "stop": 816230561
        },
        {
            "start": 816230567,
            "stop": 816230577
        },
        {
            "start": 816230581,
            "stop": 816230660
        },
        {
            "start": 816230663,
            "stop": 816230676
        },
        {
            "start": 816230679,
            "stop": 816230699
        },
        {
            "start": 816230702,
            "stop": 816230719
        },
        {
            "start": 816230722,
            "stop": 816230735
        },
        {
            "start": 816230739,
            "stop": 816230752
        },
        {
            "start": 816230755,
            "stop": 816230822
        },
        {
            "start": 816230833,
            "stop": 816230884
        },
        {
            "start": 816230887,
            "stop": 816230896
        }
    ]
}