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=6871
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=6872",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6870",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6871,
    "results": [
        {
            "start": 873330711,
            "stop": 873330748
        },
        {
            "start": 873330751,
            "stop": 873330778
        },
        {
            "start": 873330779,
            "stop": 873330864
        },
        {
            "start": 873330865,
            "stop": 873331208
        },
        {
            "start": 873331211,
            "stop": 873331320
        },
        {
            "start": 873331572,
            "stop": 873331590
        },
        {
            "start": 873331593,
            "stop": 873332017
        },
        {
            "start": 873332020,
            "stop": 873332136
        },
        {
            "start": 873332139,
            "stop": 873332168
        },
        {
            "start": 873332171,
            "stop": 873336245
        },
        {
            "start": 873336249,
            "stop": 873336837
        },
        {
            "start": 873336841,
            "stop": 873338264
        },
        {
            "start": 873338842,
            "stop": 873339599
        },
        {
            "start": 873339602,
            "stop": 873341213
        },
        {
            "start": 873341216,
            "stop": 873341723
        },
        {
            "start": 873341726,
            "stop": 873341746
        },
        {
            "start": 873341749,
            "stop": 873341877
        },
        {
            "start": 873341880,
            "stop": 873341883
        },
        {
            "start": 873341886,
            "stop": 873342251
        },
        {
            "start": 873342254,
            "stop": 873342300
        }
    ]
}