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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8154",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8152",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8153,
    "results": [
        {
            "start": 873150586,
            "stop": 873150655
        },
        {
            "start": 873150675,
            "stop": 873150724
        },
        {
            "start": 873150743,
            "stop": 873156716
        },
        {
            "start": 873156925,
            "stop": 873157344
        },
        {
            "start": 873157361,
            "stop": 873157617
        },
        {
            "start": 873157737,
            "stop": 873157921
        },
        {
            "start": 873157938,
            "stop": 873159942
        },
        {
            "start": 873159959,
            "stop": 873160680
        },
        {
            "start": 873160800,
            "stop": 873162338
        },
        {
            "start": 873162458,
            "stop": 873162491
        },
        {
            "start": 873162508,
            "stop": 873163591
        },
        {
            "start": 873163608,
            "stop": 873164828
        },
        {
            "start": 873164902,
            "stop": 873167537
        },
        {
            "start": 873167554,
            "stop": 873169087
        },
        {
            "start": 873169104,
            "stop": 873169928
        },
        {
            "start": 873169945,
            "stop": 873170563
        },
        {
            "start": 873170683,
            "stop": 873170985
        },
        {
            "start": 873171002,
            "stop": 873171764
        },
        {
            "start": 873171781,
            "stop": 873172575
        },
        {
            "start": 873172592,
            "stop": 873172690
        }
    ]
}