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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=340",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=338",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 339,
    "results": [
        {
            "start": 821751679,
            "stop": 821751680
        },
        {
            "start": 821751685,
            "stop": 821751688
        },
        {
            "start": 821751691,
            "stop": 821751692
        },
        {
            "start": 821751695,
            "stop": 821751696
        },
        {
            "start": 821751705,
            "stop": 821751710
        },
        {
            "start": 821751713,
            "stop": 821751717
        },
        {
            "start": 821751720,
            "stop": 821751724
        },
        {
            "start": 821751734,
            "stop": 821751766
        },
        {
            "start": 821751769,
            "stop": 821751770
        },
        {
            "start": 821751773,
            "stop": 821751777
        },
        {
            "start": 821751786,
            "stop": 821751788
        },
        {
            "start": 821751792,
            "stop": 821751815
        },
        {
            "start": 821751818,
            "stop": 821751828
        },
        {
            "start": 821751831,
            "stop": 821751844
        },
        {
            "start": 821751847,
            "stop": 821751853
        },
        {
            "start": 821751859,
            "stop": 821751869
        },
        {
            "start": 821751874,
            "stop": 821751878
        },
        {
            "start": 821751884,
            "stop": 821751909
        },
        {
            "start": 821751918,
            "stop": 821751922
        },
        {
            "start": 821751925,
            "stop": 821751931
        }
    ]
}