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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=90",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=88",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 89,
    "results": [
        {
            "start": 931506265,
            "stop": 931506269
        },
        {
            "start": 931506272,
            "stop": 931506274
        },
        {
            "start": 931506280,
            "stop": 931506290
        },
        {
            "start": 931506293,
            "stop": 931506295
        },
        {
            "start": 931506298,
            "stop": 931506312
        },
        {
            "start": 931506315,
            "stop": 931506332
        },
        {
            "start": 931506335,
            "stop": 931506339
        },
        {
            "start": 931506342,
            "stop": 931506353
        },
        {
            "start": 931506356,
            "stop": 931506361
        },
        {
            "start": 931506364,
            "stop": 931506368
        },
        {
            "start": 931506373,
            "stop": 931506375
        },
        {
            "start": 931506378,
            "stop": 931506385
        },
        {
            "start": 931506388,
            "stop": 931506391
        },
        {
            "start": 931506394,
            "stop": 931506395
        },
        {
            "start": 931506398,
            "stop": 931506401
        },
        {
            "start": 931506403,
            "stop": 931506426
        },
        {
            "start": 931506431,
            "stop": 931506435
        },
        {
            "start": 931506439,
            "stop": 931506453
        },
        {
            "start": 931506456,
            "stop": 931506467
        },
        {
            "start": 931506472,
            "stop": 931506477
        }
    ]
}