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=1927
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=1928",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1926",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1927,
    "results": [
        {
            "start": 1252289426,
            "stop": 1252289436
        },
        {
            "start": 1252299925,
            "stop": 1252302288
        },
        {
            "start": 1252302290,
            "stop": 1252302294
        },
        {
            "start": 1252302296,
            "stop": 1252306171
        },
        {
            "start": 1252306174,
            "stop": 1252307438
        },
        {
            "start": 1252307441,
            "stop": 1252311500
        },
        {
            "start": 1252311502,
            "stop": 1252312970
        },
        {
            "start": 1252312973,
            "stop": 1252315214
        },
        {
            "start": 1252315217,
            "stop": 1252318575
        },
        {
            "start": 1252318578,
            "stop": 1252322169
        },
        {
            "start": 1252322177,
            "stop": 1252324705
        },
        {
            "start": 1252324708,
            "stop": 1252329492
        },
        {
            "start": 1252329495,
            "stop": 1252329786
        },
        {
            "start": 1252329790,
            "stop": 1252330129
        },
        {
            "start": 1252330131,
            "stop": 1252330512
        },
        {
            "start": 1252330516,
            "stop": 1252331023
        },
        {
            "start": 1252331024,
            "stop": 1252331085
        },
        {
            "start": 1252331088,
            "stop": 1252331093
        },
        {
            "start": 1252331095,
            "stop": 1252332642
        },
        {
            "start": 1252332644,
            "stop": 1252333637
        }
    ]
}