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/S6/timelines/L1_BURST_CAT3/segments?format=api&page=370
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=371",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=369",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 370,
    "results": [
        {
            "start": 932067794,
            "stop": 932067797
        },
        {
            "start": 932067808,
            "stop": 932067809
        },
        {
            "start": 932067837,
            "stop": 932067847
        },
        {
            "start": 932067904,
            "stop": 932067910
        },
        {
            "start": 932067929,
            "stop": 932067933
        },
        {
            "start": 932067945,
            "stop": 932067946
        },
        {
            "start": 932067947,
            "stop": 932067951
        },
        {
            "start": 932067964,
            "stop": 932067965
        },
        {
            "start": 932067966,
            "stop": 932067972
        },
        {
            "start": 932067993,
            "stop": 932067995
        },
        {
            "start": 932071312,
            "stop": 932071313
        },
        {
            "start": 932071338,
            "stop": 932071339
        },
        {
            "start": 932071374,
            "stop": 932071376
        },
        {
            "start": 932071388,
            "stop": 932071389
        },
        {
            "start": 932071390,
            "stop": 932071397
        },
        {
            "start": 932071401,
            "stop": 932071404
        },
        {
            "start": 932071410,
            "stop": 932071411
        },
        {
            "start": 932071416,
            "stop": 932071418
        },
        {
            "start": 932071432,
            "stop": 932071437
        },
        {
            "start": 932071438,
            "stop": 932071439
        }
    ]
}