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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16743",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16741",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16742,
    "results": [
        {
            "start": 875062100,
            "stop": 875062345
        },
        {
            "start": 875062347,
            "stop": 875062409
        },
        {
            "start": 875062410,
            "stop": 875062453
        },
        {
            "start": 875062454,
            "stop": 875062680
        },
        {
            "start": 875062682,
            "stop": 875062700
        },
        {
            "start": 875062701,
            "stop": 875062744
        },
        {
            "start": 875062747,
            "stop": 875062882
        },
        {
            "start": 875062883,
            "stop": 875062922
        },
        {
            "start": 875062924,
            "stop": 875062998
        },
        {
            "start": 875063001,
            "stop": 875063035
        },
        {
            "start": 875063037,
            "stop": 875063061
        },
        {
            "start": 875063062,
            "stop": 875063091
        },
        {
            "start": 875063092,
            "stop": 875063107
        },
        {
            "start": 875063108,
            "stop": 875063324
        },
        {
            "start": 875063325,
            "stop": 875063355
        },
        {
            "start": 875063357,
            "stop": 875063372
        },
        {
            "start": 875063373,
            "stop": 875063405
        },
        {
            "start": 875063406,
            "stop": 875063597
        },
        {
            "start": 875063598,
            "stop": 875063863
        },
        {
            "start": 875063864,
            "stop": 875063881
        }
    ]
}