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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3704",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3702",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3703,
    "results": [
        {
            "start": 873230979,
            "stop": 873231000
        },
        {
            "start": 873231060,
            "stop": 873231240
        },
        {
            "start": 873231300,
            "stop": 873231464
        },
        {
            "start": 873231486,
            "stop": 873231487
        },
        {
            "start": 873231504,
            "stop": 873231540
        },
        {
            "start": 873231600,
            "stop": 873231872
        },
        {
            "start": 873231877,
            "stop": 873231881
        },
        {
            "start": 873231886,
            "stop": 873231900
        },
        {
            "start": 873231960,
            "stop": 873232256
        },
        {
            "start": 873232295,
            "stop": 873232372
        },
        {
            "start": 873232389,
            "stop": 873232511
        },
        {
            "start": 873232551,
            "stop": 873232680
        },
        {
            "start": 873232740,
            "stop": 873233140
        },
        {
            "start": 873233157,
            "stop": 873233308
        },
        {
            "start": 873233325,
            "stop": 873233337
        },
        {
            "start": 873233354,
            "stop": 873234038
        },
        {
            "start": 873234055,
            "stop": 873234122
        },
        {
            "start": 873234139,
            "stop": 873234370
        },
        {
            "start": 873234389,
            "stop": 873234712
        },
        {
            "start": 873234733,
            "stop": 873234828
        }
    ]
}