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=181
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=182",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=180",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 181,
    "results": [
        {
            "start": 931432756,
            "stop": 931432759
        },
        {
            "start": 931432762,
            "stop": 931432765
        },
        {
            "start": 931432769,
            "stop": 931432775
        },
        {
            "start": 931432779,
            "stop": 931432791
        },
        {
            "start": 931432793,
            "stop": 931432795
        },
        {
            "start": 931432797,
            "stop": 931432802
        },
        {
            "start": 931432805,
            "stop": 931432813
        },
        {
            "start": 931432815,
            "stop": 931432819
        },
        {
            "start": 931432822,
            "stop": 931432825
        },
        {
            "start": 931432828,
            "stop": 931432854
        },
        {
            "start": 931432857,
            "stop": 931432861
        },
        {
            "start": 931432863,
            "stop": 931432875
        },
        {
            "start": 931432877,
            "stop": 931432887
        },
        {
            "start": 931432889,
            "stop": 931432903
        },
        {
            "start": 931432907,
            "stop": 931432917
        },
        {
            "start": 931432919,
            "stop": 931432920
        },
        {
            "start": 931432922,
            "stop": 931432925
        },
        {
            "start": 931432927,
            "stop": 931432931
        },
        {
            "start": 931432933,
            "stop": 931432938
        },
        {
            "start": 931432942,
            "stop": 931432943
        }
    ]
}