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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=81",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=79",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 80,
    "results": [
        {
            "start": 931453866,
            "stop": 931453910
        },
        {
            "start": 931453932,
            "stop": 931453935
        },
        {
            "start": 931453943,
            "stop": 931453984
        },
        {
            "start": 931453991,
            "stop": 931453992
        },
        {
            "start": 931454030,
            "stop": 931454034
        },
        {
            "start": 931454040,
            "stop": 931454049
        },
        {
            "start": 931454067,
            "stop": 931454072
        },
        {
            "start": 931454093,
            "stop": 931454128
        },
        {
            "start": 931454141,
            "stop": 931454157
        },
        {
            "start": 931454163,
            "stop": 931454264
        },
        {
            "start": 931454277,
            "stop": 931454281
        },
        {
            "start": 931454287,
            "stop": 931454320
        },
        {
            "start": 931454327,
            "stop": 931454340
        },
        {
            "start": 931454346,
            "stop": 931454418
        },
        {
            "start": 931454427,
            "stop": 931454435
        },
        {
            "start": 931454441,
            "stop": 931454459
        },
        {
            "start": 931454464,
            "stop": 931454473
        },
        {
            "start": 931454478,
            "stop": 931454489
        },
        {
            "start": 931454494,
            "stop": 931454518
        },
        {
            "start": 931454527,
            "stop": 931454545
        }
    ]
}