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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_CBC_CAT3/segments?format=api&page=28",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_CBC_CAT3/segments?format=api&page=26",
    "results_count": 629,
    "results_per_page": 20,
    "num_pages": 32,
    "page_number": 27,
    "results": [
        {
            "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": 1251501900
        },
        {
            "start": 1251502380,
            "stop": 1251510792
        },
        {
            "start": 1251523464,
            "stop": 1251541076
        },
        {
            "start": 1251554224,
            "stop": 1251557135
        },
        {
            "start": 1251584792,
            "stop": 1251589280
        },
        {
            "start": 1251591102,
            "stop": 1251635328
        },
        {
            "start": 1251643096,
            "stop": 1251662434
        },
        {
            "start": 1251675008,
            "stop": 1251676556
        },
        {
            "start": 1251676781,
            "stop": 1251731137
        },
        {
            "start": 1251741031,
            "stop": 1251760017
        },
        {
            "start": 1251762852,
            "stop": 1251804560
        }
    ]
}