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=91
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=92",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=90",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 91,
    "results": [
        {
            "start": 931506667,
            "stop": 931506675
        },
        {
            "start": 931506678,
            "stop": 931506682
        },
        {
            "start": 931506687,
            "stop": 931506688
        },
        {
            "start": 931506691,
            "stop": 931506694
        },
        {
            "start": 931506697,
            "stop": 931506704
        },
        {
            "start": 931506710,
            "stop": 931506714
        },
        {
            "start": 931506717,
            "stop": 931506719
        },
        {
            "start": 931506727,
            "stop": 931506728
        },
        {
            "start": 931506733,
            "stop": 931506738
        },
        {
            "start": 931506741,
            "stop": 931506745
        },
        {
            "start": 931506752,
            "stop": 931506760
        },
        {
            "start": 931506768,
            "stop": 931506770
        },
        {
            "start": 931506776,
            "stop": 931506779
        },
        {
            "start": 931506782,
            "stop": 931506784
        },
        {
            "start": 931506790,
            "stop": 931506808
        },
        {
            "start": 931506811,
            "stop": 931506812
        },
        {
            "start": 931506815,
            "stop": 931506816
        },
        {
            "start": 931506821,
            "stop": 931506830
        },
        {
            "start": 931506838,
            "stop": 931506843
        },
        {
            "start": 931506846,
            "stop": 931506852
        }
    ]
}