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=230
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=231",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=229",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 230,
    "results": [
        {
            "start": 931460698,
            "stop": 931460707
        },
        {
            "start": 931460709,
            "stop": 931460716
        },
        {
            "start": 931460718,
            "stop": 931460722
        },
        {
            "start": 931460724,
            "stop": 931460732
        },
        {
            "start": 931460734,
            "stop": 931460746
        },
        {
            "start": 931460748,
            "stop": 931460750
        },
        {
            "start": 931460752,
            "stop": 931460753
        },
        {
            "start": 931460757,
            "stop": 931460758
        },
        {
            "start": 931460760,
            "stop": 931460764
        },
        {
            "start": 931460765,
            "stop": 931460785
        },
        {
            "start": 931460787,
            "stop": 931460799
        },
        {
            "start": 931460801,
            "stop": 931460811
        },
        {
            "start": 931460813,
            "stop": 931460825
        },
        {
            "start": 931460827,
            "stop": 931460843
        },
        {
            "start": 931460845,
            "stop": 931460854
        },
        {
            "start": 931460857,
            "stop": 931460861
        },
        {
            "start": 931460863,
            "stop": 931460866
        },
        {
            "start": 931460870,
            "stop": 931460875
        },
        {
            "start": 931460877,
            "stop": 931460890
        },
        {
            "start": 931460892,
            "stop": 931460908
        }
    ]
}