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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=360",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=358",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 359,
    "results": [
        {
            "start": 824804052,
            "stop": 824804088
        },
        {
            "start": 824804093,
            "stop": 824804101
        },
        {
            "start": 824804109,
            "stop": 824804123
        },
        {
            "start": 824804134,
            "stop": 824804168
        },
        {
            "start": 824804181,
            "stop": 824804189
        },
        {
            "start": 824804203,
            "stop": 824804217
        },
        {
            "start": 824806546,
            "stop": 824807838
        },
        {
            "start": 824807843,
            "stop": 824809133
        },
        {
            "start": 824809138,
            "stop": 824809422
        },
        {
            "start": 824809427,
            "stop": 824814907
        },
        {
            "start": 824814915,
            "stop": 824816058
        },
        {
            "start": 824816066,
            "stop": 824816166
        },
        {
            "start": 824816171,
            "stop": 824817092
        },
        {
            "start": 824817100,
            "stop": 824817749
        },
        {
            "start": 824817754,
            "stop": 824819023
        },
        {
            "start": 824819031,
            "stop": 824821972
        },
        {
            "start": 824823698,
            "stop": 824823726
        },
        {
            "start": 824823731,
            "stop": 824823752
        },
        {
            "start": 824823759,
            "stop": 824823794
        },
        {
            "start": 824828992,
            "stop": 824831241
        }
    ]
}