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=17
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=18",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=16",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 17,
    "results": [
        {
            "start": 1238187574,
            "stop": 1238187633
        },
        {
            "start": 1238187635,
            "stop": 1238187649
        },
        {
            "start": 1238187652,
            "stop": 1238187683
        },
        {
            "start": 1238187686,
            "stop": 1238187705
        },
        {
            "start": 1238187706,
            "stop": 1238187718
        },
        {
            "start": 1238187723,
            "stop": 1238187726
        },
        {
            "start": 1238187729,
            "stop": 1238187731
        },
        {
            "start": 1238187733,
            "stop": 1238187738
        },
        {
            "start": 1238187740,
            "stop": 1238187743
        },
        {
            "start": 1238187744,
            "stop": 1238187746
        },
        {
            "start": 1238187747,
            "stop": 1238187770
        },
        {
            "start": 1238187771,
            "stop": 1238187786
        },
        {
            "start": 1238187787,
            "stop": 1238187793
        },
        {
            "start": 1238187794,
            "stop": 1238187811
        },
        {
            "start": 1238187812,
            "stop": 1238187816
        },
        {
            "start": 1238187817,
            "stop": 1238187825
        },
        {
            "start": 1238187826,
            "stop": 1238187834
        },
        {
            "start": 1238187835,
            "stop": 1238187839
        },
        {
            "start": 1238187841,
            "stop": 1238187843
        },
        {
            "start": 1238187845,
            "stop": 1238187851
        }
    ]
}