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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=703",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=701",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 702,
    "results": [
        {
            "start": 1248782801,
            "stop": 1248782804
        },
        {
            "start": 1248782809,
            "stop": 1248782813
        },
        {
            "start": 1248782817,
            "stop": 1248782820
        },
        {
            "start": 1248782824,
            "stop": 1248782888
        },
        {
            "start": 1248782891,
            "stop": 1248782892
        },
        {
            "start": 1248782896,
            "stop": 1248782900
        },
        {
            "start": 1248782906,
            "stop": 1248782909
        },
        {
            "start": 1248782914,
            "stop": 1248782927
        },
        {
            "start": 1248782929,
            "stop": 1248782934
        },
        {
            "start": 1248782939,
            "stop": 1248782941
        },
        {
            "start": 1248782944,
            "stop": 1248783003
        },
        {
            "start": 1248783006,
            "stop": 1248783009
        },
        {
            "start": 1248783013,
            "stop": 1248783299
        },
        {
            "start": 1248783300,
            "stop": 1248783309
        },
        {
            "start": 1248783314,
            "stop": 1248783401
        },
        {
            "start": 1248783407,
            "stop": 1248783549
        },
        {
            "start": 1248783551,
            "stop": 1248783564
        },
        {
            "start": 1248783573,
            "stop": 1248783587
        },
        {
            "start": 1248783589,
            "stop": 1248783594
        },
        {
            "start": 1248783596,
            "stop": 1248783822
        }
    ]
}