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=266
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=267",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=265",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 266,
    "results": [
        {
            "start": 931469907,
            "stop": 931469909
        },
        {
            "start": 931469911,
            "stop": 931469918
        },
        {
            "start": 931469919,
            "stop": 931469927
        },
        {
            "start": 931469930,
            "stop": 931469936
        },
        {
            "start": 931469939,
            "stop": 931469947
        },
        {
            "start": 931469949,
            "stop": 931469953
        },
        {
            "start": 931469955,
            "stop": 931469958
        },
        {
            "start": 931469966,
            "stop": 931469971
        },
        {
            "start": 931469973,
            "stop": 931469980
        },
        {
            "start": 931469983,
            "stop": 931469984
        },
        {
            "start": 931469987,
            "stop": 931469992
        },
        {
            "start": 931469994,
            "stop": 931470001
        },
        {
            "start": 931470003,
            "stop": 931470004
        },
        {
            "start": 931470006,
            "stop": 931470011
        },
        {
            "start": 931470014,
            "stop": 931470017
        },
        {
            "start": 931470022,
            "stop": 931470023
        },
        {
            "start": 931470025,
            "stop": 931470030
        },
        {
            "start": 931470032,
            "stop": 931470041
        },
        {
            "start": 931470043,
            "stop": 931470048
        },
        {
            "start": 931470050,
            "stop": 931470053
        }
    ]
}