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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=260",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=258",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 259,
    "results": [
        {
            "start": 931468706,
            "stop": 931468708
        },
        {
            "start": 931468711,
            "stop": 931468712
        },
        {
            "start": 931468715,
            "stop": 931468724
        },
        {
            "start": 931468726,
            "stop": 931468730
        },
        {
            "start": 931468732,
            "stop": 931468733
        },
        {
            "start": 931468736,
            "stop": 931468738
        },
        {
            "start": 931468742,
            "stop": 931468753
        },
        {
            "start": 931468755,
            "stop": 931468762
        },
        {
            "start": 931468765,
            "stop": 931468766
        },
        {
            "start": 931468770,
            "stop": 931468779
        },
        {
            "start": 931468781,
            "stop": 931468782
        },
        {
            "start": 931468784,
            "stop": 931468790
        },
        {
            "start": 931468792,
            "stop": 931468793
        },
        {
            "start": 931468795,
            "stop": 931468797
        },
        {
            "start": 931468799,
            "stop": 931468802
        },
        {
            "start": 931468805,
            "stop": 931468806
        },
        {
            "start": 931468810,
            "stop": 931468815
        },
        {
            "start": 931468827,
            "stop": 931468828
        },
        {
            "start": 931468830,
            "stop": 931468842
        },
        {
            "start": 931468844,
            "stop": 931468846
        }
    ]
}