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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=196",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=194",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 195,
    "results": [
        {
            "start": 956627803,
            "stop": 956627804
        },
        {
            "start": 956627810,
            "stop": 956627811
        },
        {
            "start": 956627815,
            "stop": 956627817
        },
        {
            "start": 956627821,
            "stop": 956627909
        },
        {
            "start": 956627912,
            "stop": 956627933
        },
        {
            "start": 956627940,
            "stop": 956628030
        },
        {
            "start": 956628047,
            "stop": 956628060
        },
        {
            "start": 956628065,
            "stop": 956628071
        },
        {
            "start": 956628074,
            "stop": 956628075
        },
        {
            "start": 956628078,
            "stop": 956628087
        },
        {
            "start": 956628101,
            "stop": 956628102
        },
        {
            "start": 956628106,
            "stop": 956628109
        },
        {
            "start": 956628121,
            "stop": 956628125
        },
        {
            "start": 956628133,
            "stop": 956628134
        },
        {
            "start": 956685767,
            "stop": 956687771
        },
        {
            "start": 956693483,
            "stop": 956693484
        },
        {
            "start": 956694759,
            "stop": 956701808
        },
        {
            "start": 956704117,
            "stop": 956704639
        },
        {
            "start": 956722811,
            "stop": 956723705
        },
        {
            "start": 956731032,
            "stop": 956732564
        }
    ]
}