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=122
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=123",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=121",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 122,
    "results": [
        {
            "start": 953238520,
            "stop": 953238530
        },
        {
            "start": 953238532,
            "stop": 953238544
        },
        {
            "start": 953238545,
            "stop": 953238573
        },
        {
            "start": 953238576,
            "stop": 953238586
        },
        {
            "start": 953238605,
            "stop": 953238607
        },
        {
            "start": 953238615,
            "stop": 953238616
        },
        {
            "start": 953238635,
            "stop": 953238641
        },
        {
            "start": 953238661,
            "stop": 953238668
        },
        {
            "start": 953238676,
            "stop": 953238693
        },
        {
            "start": 953238701,
            "stop": 953238704
        },
        {
            "start": 953238723,
            "stop": 953238746
        },
        {
            "start": 953238765,
            "stop": 953238766
        },
        {
            "start": 953238769,
            "stop": 953238810
        },
        {
            "start": 953238815,
            "stop": 953238819
        },
        {
            "start": 953238825,
            "stop": 953238830
        },
        {
            "start": 953238845,
            "stop": 953238846
        },
        {
            "start": 953238852,
            "stop": 953238860
        },
        {
            "start": 953238865,
            "stop": 953238928
        },
        {
            "start": 953238933,
            "stop": 953238937
        },
        {
            "start": 953238950,
            "stop": 953238951
        }
    ]
}