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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=44",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=42",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 43,
    "results": [
        {
            "start": 931506566,
            "stop": 931506571
        },
        {
            "start": 931506613,
            "stop": 931506616
        },
        {
            "start": 931506642,
            "stop": 931506646
        },
        {
            "start": 931506671,
            "stop": 931506675
        },
        {
            "start": 931506701,
            "stop": 931506704
        },
        {
            "start": 931506737,
            "stop": 931506738
        },
        {
            "start": 931506756,
            "stop": 931506760
        },
        {
            "start": 931506794,
            "stop": 931506808
        },
        {
            "start": 931506825,
            "stop": 931506830
        },
        {
            "start": 931506842,
            "stop": 931506843
        },
        {
            "start": 931506850,
            "stop": 931506852
        },
        {
            "start": 931506858,
            "stop": 931506860
        },
        {
            "start": 931506870,
            "stop": 931506871
        },
        {
            "start": 931506892,
            "stop": 931506893
        },
        {
            "start": 931506900,
            "stop": 931506910
        },
        {
            "start": 931506917,
            "stop": 931506936
        },
        {
            "start": 931506949,
            "stop": 931506958
        },
        {
            "start": 931506987,
            "stop": 931506989
        },
        {
            "start": 931506996,
            "stop": 931506997
        },
        {
            "start": 931507011,
            "stop": 931507013
        }
    ]
}