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=487
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=488",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=486",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 487,
    "results": [
        {
            "start": 863980241,
            "stop": 863980324
        },
        {
            "start": 863980326,
            "stop": 863980376
        },
        {
            "start": 863980433,
            "stop": 863980452
        },
        {
            "start": 863980454,
            "stop": 863980629
        },
        {
            "start": 863980630,
            "stop": 863981424
        },
        {
            "start": 863981427,
            "stop": 863981430
        },
        {
            "start": 863981433,
            "stop": 863981437
        },
        {
            "start": 863981439,
            "stop": 863981468
        },
        {
            "start": 863981470,
            "stop": 863981483
        },
        {
            "start": 863981485,
            "stop": 863982724
        },
        {
            "start": 863988392,
            "stop": 863988407
        },
        {
            "start": 863988408,
            "stop": 863988425
        },
        {
            "start": 863988427,
            "stop": 863988438
        },
        {
            "start": 863988439,
            "stop": 863988453
        },
        {
            "start": 863988455,
            "stop": 863988505
        },
        {
            "start": 863988508,
            "stop": 863988514
        },
        {
            "start": 863988516,
            "stop": 863988529
        },
        {
            "start": 863988531,
            "stop": 863988623
        },
        {
            "start": 863988626,
            "stop": 863988638
        },
        {
            "start": 863988640,
            "stop": 863988895
        }
    ]
}