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_BURST_CAT3/segments?format=api&page=269
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=270",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=268",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 269,
    "results": [
        {
            "start": 1240084988,
            "stop": 1240085107
        },
        {
            "start": 1240085108,
            "stop": 1240085227
        },
        {
            "start": 1240085228,
            "stop": 1240085347
        },
        {
            "start": 1240085348,
            "stop": 1240085467
        },
        {
            "start": 1240085468,
            "stop": 1240085587
        },
        {
            "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": 1240086522
        },
        {
            "start": 1240086526,
            "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
        }
    ]
}