Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/L1_BURST_CAT1/segments?format=api&page=22
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT1/segments?format=api&page=23",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT1/segments?format=api&page=21",
    "results_count": 535,
    "results_per_page": 20,
    "num_pages": 27,
    "page_number": 22,
    "results": [
        {
            "start": 1250538778,
            "stop": 1250543177
        },
        {
            "start": 1250545975,
            "stop": 1250551094
        },
        {
            "start": 1250553011,
            "stop": 1250703444
        },
        {
            "start": 1250705709,
            "stop": 1250795382
        },
        {
            "start": 1250799189,
            "stop": 1250818556
        },
        {
            "start": 1250821658,
            "stop": 1250862204
        },
        {
            "start": 1250863166,
            "stop": 1250892521
        },
        {
            "start": 1250894561,
            "stop": 1250949123
        },
        {
            "start": 1250975277,
            "stop": 1250987013
        },
        {
            "start": 1250997649,
            "stop": 1251018670
        },
        {
            "start": 1251021662,
            "stop": 1251027291
        },
        {
            "start": 1251032009,
            "stop": 1251034170
        },
        {
            "start": 1251036709,
            "stop": 1251037902
        },
        {
            "start": 1251043186,
            "stop": 1251057622
        },
        {
            "start": 1251066741,
            "stop": 1251068457
        },
        {
            "start": 1251070691,
            "stop": 1251074574
        },
        {
            "start": 1251079114,
            "stop": 1251080731
        },
        {
            "start": 1251088076,
            "stop": 1251093778
        },
        {
            "start": 1251098032,
            "stop": 1251098234
        },
        {
            "start": 1251103848,
            "stop": 1251104649
        }
    ]
}