Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=290
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=291",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=289",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 290,
    "results": [
        {
            "start": 1240361413,
            "stop": 1240361533
        },
        {
            "start": 1240361534,
            "stop": 1240361680
        },
        {
            "start": 1240361683,
            "stop": 1240361743
        },
        {
            "start": 1240361744,
            "stop": 1240361746
        },
        {
            "start": 1240361747,
            "stop": 1240362382
        },
        {
            "start": 1240362383,
            "stop": 1240362385
        },
        {
            "start": 1240362386,
            "stop": 1240362505
        },
        {
            "start": 1240362506,
            "stop": 1240362791
        },
        {
            "start": 1240362792,
            "stop": 1240362794
        },
        {
            "start": 1240362795,
            "stop": 1240363088
        },
        {
            "start": 1240363090,
            "stop": 1240363093
        },
        {
            "start": 1240363094,
            "stop": 1240363130
        },
        {
            "start": 1240363132,
            "stop": 1240363170
        },
        {
            "start": 1240363171,
            "stop": 1240363172
        },
        {
            "start": 1240363173,
            "stop": 1240363221
        },
        {
            "start": 1240363223,
            "stop": 1240363225
        },
        {
            "start": 1240363226,
            "stop": 1240363414
        },
        {
            "start": 1240363415,
            "stop": 1240363496
        },
        {
            "start": 1240363498,
            "stop": 1240363539
        },
        {
            "start": 1240363540,
            "stop": 1240363694
        }
    ]
}