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=99
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=100",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=98",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 99,
    "results": [
        {
            "start": 931492693,
            "stop": 931492694
        },
        {
            "start": 931492699,
            "stop": 931493240
        },
        {
            "start": 931493247,
            "stop": 931493379
        },
        {
            "start": 931493385,
            "stop": 931493396
        },
        {
            "start": 931493403,
            "stop": 931493408
        },
        {
            "start": 931493414,
            "stop": 931493534
        },
        {
            "start": 931493540,
            "stop": 931493665
        },
        {
            "start": 931493671,
            "stop": 931493683
        },
        {
            "start": 931493688,
            "stop": 931493694
        },
        {
            "start": 931493705,
            "stop": 931493791
        },
        {
            "start": 931493797,
            "stop": 931493804
        },
        {
            "start": 931493810,
            "stop": 931493883
        },
        {
            "start": 931493889,
            "stop": 931493975
        },
        {
            "start": 931499526,
            "stop": 931499562
        },
        {
            "start": 931499568,
            "stop": 931499699
        },
        {
            "start": 931499705,
            "stop": 931500148
        },
        {
            "start": 931532577,
            "stop": 931532703
        },
        {
            "start": 931532708,
            "stop": 931532727
        },
        {
            "start": 931532732,
            "stop": 931532738
        },
        {
            "start": 931532744,
            "stop": 931532898
        }
    ]
}