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=119
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=120",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=118",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 119,
    "results": [
        {
            "start": 931564636,
            "stop": 931564646
        },
        {
            "start": 931564648,
            "stop": 931564652
        },
        {
            "start": 931564658,
            "stop": 931564661
        },
        {
            "start": 931564664,
            "stop": 931564668
        },
        {
            "start": 931564674,
            "stop": 931564682
        },
        {
            "start": 931564685,
            "stop": 931564693
        },
        {
            "start": 931564696,
            "stop": 931564739
        },
        {
            "start": 931564742,
            "stop": 931564745
        },
        {
            "start": 931564748,
            "stop": 931564755
        },
        {
            "start": 931564758,
            "stop": 931564762
        },
        {
            "start": 931564764,
            "stop": 931564768
        },
        {
            "start": 931564771,
            "stop": 931564782
        },
        {
            "start": 931564785,
            "stop": 931564788
        },
        {
            "start": 931564792,
            "stop": 931564793
        },
        {
            "start": 931564796,
            "stop": 931564807
        },
        {
            "start": 931564810,
            "stop": 931564820
        },
        {
            "start": 931564822,
            "stop": 931564826
        },
        {
            "start": 931564829,
            "stop": 931564840
        },
        {
            "start": 931564843,
            "stop": 931564850
        },
        {
            "start": 931564853,
            "stop": 931564866
        }
    ]
}