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=241
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=242",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=240",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 241,
    "results": [
        {
            "start": 1240248665,
            "stop": 1240248784
        },
        {
            "start": 1240248785,
            "stop": 1240248904
        },
        {
            "start": 1240248905,
            "stop": 1240249024
        },
        {
            "start": 1240249025,
            "stop": 1240249144
        },
        {
            "start": 1240249145,
            "stop": 1240249264
        },
        {
            "start": 1240249265,
            "stop": 1240249384
        },
        {
            "start": 1240249385,
            "stop": 1240249504
        },
        {
            "start": 1240249505,
            "stop": 1240249624
        },
        {
            "start": 1240249625,
            "stop": 1240249744
        },
        {
            "start": 1240249745,
            "stop": 1240249864
        },
        {
            "start": 1240249865,
            "stop": 1240249984
        },
        {
            "start": 1240249985,
            "stop": 1240250104
        },
        {
            "start": 1240250105,
            "stop": 1240250224
        },
        {
            "start": 1240250225,
            "stop": 1240250344
        },
        {
            "start": 1240250345,
            "stop": 1240250444
        },
        {
            "start": 1240250445,
            "stop": 1240250584
        },
        {
            "start": 1240250585,
            "stop": 1240250704
        },
        {
            "start": 1240250705,
            "stop": 1240250755
        },
        {
            "start": 1240250756,
            "stop": 1240250759
        },
        {
            "start": 1240250760,
            "stop": 1240250779
        }
    ]
}