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/O3a/timelines/L1_CBC_CAT3/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/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=5",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=3",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 4,
    "results": [
        {
            "start": 1238178563,
            "stop": 1238178567
        },
        {
            "start": 1238178572,
            "stop": 1238178577
        },
        {
            "start": 1238178580,
            "stop": 1238178585
        },
        {
            "start": 1238178588,
            "stop": 1238178597
        },
        {
            "start": 1238178601,
            "stop": 1238178609
        },
        {
            "start": 1238178610,
            "stop": 1238178645
        },
        {
            "start": 1238178647,
            "stop": 1238178681
        },
        {
            "start": 1238178685,
            "stop": 1238178698
        },
        {
            "start": 1238178704,
            "stop": 1238178724
        },
        {
            "start": 1238178726,
            "stop": 1238178738
        },
        {
            "start": 1238178742,
            "stop": 1238178754
        },
        {
            "start": 1238178760,
            "stop": 1238178777
        },
        {
            "start": 1238178780,
            "stop": 1238178785
        },
        {
            "start": 1238178787,
            "stop": 1238178793
        },
        {
            "start": 1238178798,
            "stop": 1238178804
        },
        {
            "start": 1238178810,
            "stop": 1238178813
        },
        {
            "start": 1238178817,
            "stop": 1238178848
        },
        {
            "start": 1238178852,
            "stop": 1238178861
        },
        {
            "start": 1238178863,
            "stop": 1238178868
        },
        {
            "start": 1238178871,
            "stop": 1238178886
        }
    ]
}