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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=434",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=432",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 433,
    "results": [
        {
            "start": 871034076,
            "stop": 871043670
        },
        {
            "start": 871043730,
            "stop": 871046592
        },
        {
            "start": 871046612,
            "stop": 871047233
        },
        {
            "start": 871047264,
            "stop": 871047434
        },
        {
            "start": 871047456,
            "stop": 871047462
        },
        {
            "start": 871047483,
            "stop": 871047524
        },
        {
            "start": 871047546,
            "stop": 871048512
        },
        {
            "start": 871048576,
            "stop": 871048609
        },
        {
            "start": 871048631,
            "stop": 871054546
        },
        {
            "start": 871054570,
            "stop": 871055122
        },
        {
            "start": 871055143,
            "stop": 871057022
        },
        {
            "start": 871057043,
            "stop": 871057160
        },
        {
            "start": 871057346,
            "stop": 871060977
        },
        {
            "start": 871060998,
            "stop": 871061137
        },
        {
            "start": 871061709,
            "stop": 871067543
        },
        {
            "start": 871067586,
            "stop": 871070454
        },
        {
            "start": 871070610,
            "stop": 871072732
        },
        {
            "start": 871072753,
            "stop": 871073292
        },
        {
            "start": 871073346,
            "stop": 871073967
        },
        {
            "start": 871073998,
            "stop": 871075142
        }
    ]
}