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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4672",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4670",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4671,
    "results": [
        {
            "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
        },
        {
            "start": 969790449,
            "stop": 969790619
        },
        {
            "start": 969790622,
            "stop": 969791162
        },
        {
            "start": 969791165,
            "stop": 969791882
        },
        {
            "start": 969791885,
            "stop": 969792156
        },
        {
            "start": 969792159,
            "stop": 969792336
        },
        {
            "start": 969792339,
            "stop": 969792360
        }
    ]
}