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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=985",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=983",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 984,
    "results": [
        {
            "start": 1251786823,
            "stop": 1251788130
        },
        {
            "start": 1251788134,
            "stop": 1251788242
        },
        {
            "start": 1251788247,
            "stop": 1251788494
        },
        {
            "start": 1251788499,
            "stop": 1251788799
        },
        {
            "start": 1251788802,
            "stop": 1251789376
        },
        {
            "start": 1251789381,
            "stop": 1251789618
        },
        {
            "start": 1251789622,
            "stop": 1251789649
        },
        {
            "start": 1251789652,
            "stop": 1251790807
        },
        {
            "start": 1251790811,
            "stop": 1251791124
        },
        {
            "start": 1251791128,
            "stop": 1251792404
        },
        {
            "start": 1251792407,
            "stop": 1251792709
        },
        {
            "start": 1251792713,
            "stop": 1251792787
        },
        {
            "start": 1251792791,
            "stop": 1251792807
        },
        {
            "start": 1251792811,
            "stop": 1251792890
        },
        {
            "start": 1251792894,
            "stop": 1251793161
        },
        {
            "start": 1251793166,
            "stop": 1251793457
        },
        {
            "start": 1251793462,
            "stop": 1251794171
        },
        {
            "start": 1251794176,
            "stop": 1251794329
        },
        {
            "start": 1251794332,
            "stop": 1251794912
        },
        {
            "start": 1251794916,
            "stop": 1251795399
        }
    ]
}