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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=518",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=516",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 517,
    "results": [
        {
            "start": 869006797,
            "stop": 869006859
        },
        {
            "start": 869007193,
            "stop": 869007207
        },
        {
            "start": 869007537,
            "stop": 869010757
        },
        {
            "start": 869010765,
            "stop": 869010790
        },
        {
            "start": 869010795,
            "stop": 869010805
        },
        {
            "start": 869010810,
            "stop": 869010817
        },
        {
            "start": 869010823,
            "stop": 869020038
        },
        {
            "start": 869020338,
            "stop": 869020490
        },
        {
            "start": 869020794,
            "stop": 869021160
        },
        {
            "start": 869021220,
            "stop": 869051352
        },
        {
            "start": 869053115,
            "stop": 869059948
        },
        {
            "start": 869061943,
            "stop": 869064360
        },
        {
            "start": 869064420,
            "stop": 869064472
        },
        {
            "start": 869064478,
            "stop": 869065565
        },
        {
            "start": 869065570,
            "stop": 869067735
        },
        {
            "start": 869069964,
            "stop": 869070485
        },
        {
            "start": 869070490,
            "stop": 869073924
        },
        {
            "start": 869073926,
            "stop": 869085805
        },
        {
            "start": 869085810,
            "stop": 869088972
        },
        {
            "start": 869088978,
            "stop": 869088992
        }
    ]
}