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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT1/segments?format=api&page=25",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT1/segments?format=api&page=23",
    "results_count": 545,
    "results_per_page": 20,
    "num_pages": 28,
    "page_number": 24,
    "results": [
        {
            "start": 1251071408,
            "stop": 1251125150
        },
        {
            "start": 1251168971,
            "stop": 1251176417
        },
        {
            "start": 1251176532,
            "stop": 1251213312
        },
        {
            "start": 1251213332,
            "stop": 1251242026
        },
        {
            "start": 1251242194,
            "stop": 1251272512
        },
        {
            "start": 1251273492,
            "stop": 1251276303
        },
        {
            "start": 1251282443,
            "stop": 1251324384
        },
        {
            "start": 1251324446,
            "stop": 1251324487
        },
        {
            "start": 1251324633,
            "stop": 1251324671
        },
        {
            "start": 1251325127,
            "stop": 1251375259
        },
        {
            "start": 1251382917,
            "stop": 1251389767
        },
        {
            "start": 1251400522,
            "stop": 1251404360
        },
        {
            "start": 1251420605,
            "stop": 1251429558
        },
        {
            "start": 1251445984,
            "stop": 1251465031
        },
        {
            "start": 1251476715,
            "stop": 1251510792
        },
        {
            "start": 1251523464,
            "stop": 1251541076
        },
        {
            "start": 1251554224,
            "stop": 1251557135
        },
        {
            "start": 1251584792,
            "stop": 1251589280
        },
        {
            "start": 1251591102,
            "stop": 1251635328
        },
        {
            "start": 1251643096,
            "stop": 1251662434
        }
    ]
}