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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=179",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=177",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 178,
    "results": [
        {
            "start": 931540311,
            "stop": 931540320
        },
        {
            "start": 931540322,
            "stop": 931540323
        },
        {
            "start": 931540325,
            "stop": 931540340
        },
        {
            "start": 931540342,
            "stop": 931540344
        },
        {
            "start": 931540346,
            "stop": 931540363
        },
        {
            "start": 931540365,
            "stop": 931540368
        },
        {
            "start": 931540375,
            "stop": 931540379
        },
        {
            "start": 931540381,
            "stop": 931540383
        },
        {
            "start": 931540389,
            "stop": 931540391
        },
        {
            "start": 931540395,
            "stop": 931540397
        },
        {
            "start": 931540402,
            "stop": 931540409
        },
        {
            "start": 931540411,
            "stop": 931540412
        },
        {
            "start": 931540417,
            "stop": 931540422
        },
        {
            "start": 931540424,
            "stop": 931540426
        },
        {
            "start": 931540428,
            "stop": 931540431
        },
        {
            "start": 931540433,
            "stop": 931540437
        },
        {
            "start": 931540439,
            "stop": 931540440
        },
        {
            "start": 931540442,
            "stop": 931540446
        },
        {
            "start": 931540449,
            "stop": 931540451
        },
        {
            "start": 931540453,
            "stop": 931540454
        }
    ]
}