Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6128
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6129",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6127",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6128,
    "results": [
        {
            "start": 874210413,
            "stop": 874210886
        },
        {
            "start": 874210887,
            "stop": 874211033
        },
        {
            "start": 874211034,
            "stop": 874213574
        },
        {
            "start": 874213575,
            "stop": 874215314
        },
        {
            "start": 874215315,
            "stop": 874215815
        },
        {
            "start": 874215816,
            "stop": 874215885
        },
        {
            "start": 874215886,
            "stop": 874216032
        },
        {
            "start": 874216033,
            "stop": 874216223
        },
        {
            "start": 874216226,
            "stop": 874216228
        },
        {
            "start": 874216237,
            "stop": 874216453
        },
        {
            "start": 874216454,
            "stop": 874216460
        },
        {
            "start": 874216462,
            "stop": 874216593
        },
        {
            "start": 874216598,
            "stop": 874216600
        },
        {
            "start": 874216603,
            "stop": 874216607
        },
        {
            "start": 874216612,
            "stop": 874216618
        },
        {
            "start": 874216626,
            "stop": 874218421
        },
        {
            "start": 874218422,
            "stop": 874220686
        },
        {
            "start": 874220689,
            "stop": 874220693
        },
        {
            "start": 874220696,
            "stop": 874220769
        },
        {
            "start": 874220772,
            "stop": 874220812
        }
    ]
}