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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=284",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=282",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 283,
    "results": [
        {
            "start": 818230726,
            "stop": 818230729
        },
        {
            "start": 818230748,
            "stop": 818230749
        },
        {
            "start": 818230752,
            "stop": 818230754
        },
        {
            "start": 818230764,
            "stop": 818230775
        },
        {
            "start": 818230787,
            "stop": 818230790
        },
        {
            "start": 818230800,
            "stop": 818230802
        },
        {
            "start": 818230805,
            "stop": 818230806
        },
        {
            "start": 818230813,
            "stop": 818230814
        },
        {
            "start": 818230828,
            "stop": 818230831
        },
        {
            "start": 818230839,
            "stop": 818230840
        },
        {
            "start": 818230846,
            "stop": 818230847
        },
        {
            "start": 818230876,
            "stop": 818230878
        },
        {
            "start": 818230889,
            "stop": 818230890
        },
        {
            "start": 818230897,
            "stop": 818230909
        },
        {
            "start": 818230925,
            "stop": 818230928
        },
        {
            "start": 818230932,
            "stop": 818230936
        },
        {
            "start": 818230939,
            "stop": 818230940
        },
        {
            "start": 818230959,
            "stop": 818230963
        },
        {
            "start": 818230975,
            "stop": 818230976
        },
        {
            "start": 818230979,
            "stop": 818230985
        }
    ]
}