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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5178",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5176",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5177,
    "results": [
        {
            "start": 969786555,
            "stop": 969786658
        },
        {
            "start": 969786661,
            "stop": 969786690
        },
        {
            "start": 969786693,
            "stop": 969787116
        },
        {
            "start": 969787119,
            "stop": 969787291
        },
        {
            "start": 969787294,
            "stop": 969787478
        },
        {
            "start": 969787481,
            "stop": 969787562
        },
        {
            "start": 969787565,
            "stop": 969788003
        },
        {
            "start": 969788020,
            "stop": 969788179
        },
        {
            "start": 969788182,
            "stop": 969788300
        },
        {
            "start": 969788303,
            "stop": 969789026
        },
        {
            "start": 969789029,
            "stop": 969789109
        },
        {
            "start": 969789112,
            "stop": 969789276
        },
        {
            "start": 969789279,
            "stop": 969789280
        },
        {
            "start": 969789297,
            "stop": 969789679
        },
        {
            "start": 969789682,
            "stop": 969789901
        },
        {
            "start": 969789904,
            "stop": 969789941
        },
        {
            "start": 969789944,
            "stop": 969790178
        },
        {
            "start": 969790181,
            "stop": 969790189
        },
        {
            "start": 969790192,
            "stop": 969790393
        },
        {
            "start": 969790396,
            "stop": 969790446
        }
    ]
}