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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1141",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1139",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1140,
    "results": [
        {
            "start": 1136511307,
            "stop": 1136511312
        },
        {
            "start": 1136511315,
            "stop": 1136511320
        },
        {
            "start": 1136511323,
            "stop": 1136511331
        },
        {
            "start": 1136511334,
            "stop": 1136511339
        },
        {
            "start": 1136511342,
            "stop": 1136511348
        },
        {
            "start": 1136511351,
            "stop": 1136511352
        },
        {
            "start": 1136511355,
            "stop": 1136511361
        },
        {
            "start": 1136511364,
            "stop": 1136511368
        },
        {
            "start": 1136511371,
            "stop": 1136511378
        },
        {
            "start": 1136511381,
            "stop": 1136511389
        },
        {
            "start": 1136511392,
            "stop": 1136511403
        },
        {
            "start": 1136511406,
            "stop": 1136511412
        },
        {
            "start": 1136511415,
            "stop": 1136511422
        },
        {
            "start": 1136511425,
            "stop": 1136511433
        },
        {
            "start": 1136511436,
            "stop": 1136511447
        },
        {
            "start": 1136511450,
            "stop": 1136511455
        },
        {
            "start": 1136511459,
            "stop": 1136511466
        },
        {
            "start": 1136511469,
            "stop": 1136511478
        },
        {
            "start": 1136511481,
            "stop": 1136511492
        },
        {
            "start": 1136511495,
            "stop": 1136511501
        }
    ]
}