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=245
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=246",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=244",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 245,
    "results": [
        {
            "start": 934574587,
            "stop": 934574591
        },
        {
            "start": 934574594,
            "stop": 934574611
        },
        {
            "start": 934574613,
            "stop": 934574616
        },
        {
            "start": 934574619,
            "stop": 934574634
        },
        {
            "start": 934574638,
            "stop": 934575034
        },
        {
            "start": 934579364,
            "stop": 934581734
        },
        {
            "start": 934581737,
            "stop": 934581757
        },
        {
            "start": 934581760,
            "stop": 934581765
        },
        {
            "start": 934581767,
            "stop": 934581784
        },
        {
            "start": 934581786,
            "stop": 934581811
        },
        {
            "start": 934581813,
            "stop": 934581816
        },
        {
            "start": 934581819,
            "stop": 934581834
        },
        {
            "start": 934581838,
            "stop": 934583399
        },
        {
            "start": 934583406,
            "stop": 934585367
        },
        {
            "start": 934585369,
            "stop": 934585384
        },
        {
            "start": 934585386,
            "stop": 934585410
        },
        {
            "start": 934585412,
            "stop": 934585431
        },
        {
            "start": 934585436,
            "stop": 934588333
        },
        {
            "start": 934593938,
            "stop": 934594307
        },
        {
            "start": 934603526,
            "stop": 934606975
        }
    ]
}