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=142
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=143",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=141",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 142,
    "results": [
        {
            "start": 931401496,
            "stop": 931401497
        },
        {
            "start": 931401500,
            "stop": 931401508
        },
        {
            "start": 931401510,
            "stop": 931401511
        },
        {
            "start": 931401515,
            "stop": 931401520
        },
        {
            "start": 931401523,
            "stop": 931401528
        },
        {
            "start": 931401529,
            "stop": 931401540
        },
        {
            "start": 931401542,
            "stop": 931401549
        },
        {
            "start": 931401551,
            "stop": 931401552
        },
        {
            "start": 931401554,
            "stop": 931401562
        },
        {
            "start": 931401564,
            "stop": 931401566
        },
        {
            "start": 931401569,
            "stop": 931401574
        },
        {
            "start": 931401577,
            "stop": 931401579
        },
        {
            "start": 931401582,
            "stop": 931401596
        },
        {
            "start": 931401598,
            "stop": 931401599
        },
        {
            "start": 931401602,
            "stop": 931401604
        },
        {
            "start": 931401606,
            "stop": 931401609
        },
        {
            "start": 931401614,
            "stop": 931401619
        },
        {
            "start": 931401621,
            "stop": 931401630
        },
        {
            "start": 931401633,
            "stop": 931401634
        },
        {
            "start": 931401639,
            "stop": 931401645
        }
    ]
}