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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=39",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=37",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 38,
    "results": [
        {
            "start": 931338375,
            "stop": 931338397
        },
        {
            "start": 931338400,
            "stop": 931338470
        },
        {
            "start": 931341257,
            "stop": 931341258
        },
        {
            "start": 931341370,
            "stop": 931341457
        },
        {
            "start": 931341459,
            "stop": 931341485
        },
        {
            "start": 931341488,
            "stop": 931341615
        },
        {
            "start": 931341975,
            "stop": 931342120
        },
        {
            "start": 931342138,
            "stop": 931342672
        },
        {
            "start": 931342674,
            "stop": 931342952
        },
        {
            "start": 931342970,
            "stop": 931343489
        },
        {
            "start": 931343506,
            "stop": 931343683
        },
        {
            "start": 931343701,
            "stop": 931343721
        },
        {
            "start": 931343739,
            "stop": 931344366
        },
        {
            "start": 931344394,
            "stop": 931344416
        },
        {
            "start": 931344475,
            "stop": 931344477
        },
        {
            "start": 931344494,
            "stop": 931344629
        },
        {
            "start": 931344653,
            "stop": 931344855
        },
        {
            "start": 931344872,
            "stop": 931344877
        },
        {
            "start": 931344895,
            "stop": 931344922
        },
        {
            "start": 931344940,
            "stop": 931344942
        }
    ]
}