Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=184
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=185",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=183",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 184,
    "results": [
        {
            "start": 1240085588,
            "stop": 1240085707
        },
        {
            "start": 1240085708,
            "stop": 1240085827
        },
        {
            "start": 1240085828,
            "stop": 1240085947
        },
        {
            "start": 1240085948,
            "stop": 1240086067
        },
        {
            "start": 1240086068,
            "stop": 1240086187
        },
        {
            "start": 1240086188,
            "stop": 1240086307
        },
        {
            "start": 1240086308,
            "stop": 1240086427
        },
        {
            "start": 1240086428,
            "stop": 1240086547
        },
        {
            "start": 1240086548,
            "stop": 1240086667
        },
        {
            "start": 1240086668,
            "stop": 1240086780
        },
        {
            "start": 1240086852,
            "stop": 1240086907
        },
        {
            "start": 1240086908,
            "stop": 1240087027
        },
        {
            "start": 1240087028,
            "stop": 1240087147
        },
        {
            "start": 1240087148,
            "stop": 1240087267
        },
        {
            "start": 1240087268,
            "stop": 1240087387
        },
        {
            "start": 1240087388,
            "stop": 1240087507
        },
        {
            "start": 1240087508,
            "stop": 1240087627
        },
        {
            "start": 1240087628,
            "stop": 1240087747
        },
        {
            "start": 1240087748,
            "stop": 1240087867
        },
        {
            "start": 1240087868,
            "stop": 1240087987
        }
    ]
}