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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=210",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=208",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 209,
    "results": [
        {
            "start": 834501335,
            "stop": 834501844
        },
        {
            "start": 834504986,
            "stop": 834510901
        },
        {
            "start": 834510903,
            "stop": 834511615
        },
        {
            "start": 834511617,
            "stop": 834511881
        },
        {
            "start": 834511977,
            "stop": 834512040
        },
        {
            "start": 834512506,
            "stop": 834513370
        },
        {
            "start": 834513932,
            "stop": 834514384
        },
        {
            "start": 834518293,
            "stop": 834519261
        },
        {
            "start": 834520346,
            "stop": 834520627
        },
        {
            "start": 834520629,
            "stop": 834523213
        },
        {
            "start": 834523214,
            "stop": 834524338
        },
        {
            "start": 834526784,
            "stop": 834538590
        },
        {
            "start": 834538592,
            "stop": 834548363
        },
        {
            "start": 834548365,
            "stop": 834563668
        },
        {
            "start": 834563670,
            "stop": 834563856
        },
        {
            "start": 834563858,
            "stop": 834563863
        },
        {
            "start": 834564616,
            "stop": 834572344
        },
        {
            "start": 834572345,
            "stop": 834573514
        },
        {
            "start": 834573515,
            "stop": 834586005
        },
        {
            "start": 834587435,
            "stop": 834590259
        }
    ]
}