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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=436",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=434",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 435,
    "results": [
        {
            "start": 847808754,
            "stop": 847808788
        },
        {
            "start": 847808789,
            "stop": 847808830
        },
        {
            "start": 847808831,
            "stop": 847808840
        },
        {
            "start": 847808841,
            "stop": 847808958
        },
        {
            "start": 847808961,
            "stop": 847809043
        },
        {
            "start": 847809044,
            "stop": 847809081
        },
        {
            "start": 847809082,
            "stop": 847809086
        },
        {
            "start": 847809087,
            "stop": 847809093
        },
        {
            "start": 847809094,
            "stop": 847809139
        },
        {
            "start": 847809140,
            "stop": 847809161
        },
        {
            "start": 847809163,
            "stop": 847809164
        },
        {
            "start": 847809165,
            "stop": 847809181
        },
        {
            "start": 847809182,
            "stop": 847809203
        },
        {
            "start": 847809204,
            "stop": 847809590
        },
        {
            "start": 847809591,
            "stop": 847809624
        },
        {
            "start": 847809626,
            "stop": 847809630
        },
        {
            "start": 847809632,
            "stop": 847809635
        },
        {
            "start": 847809636,
            "stop": 847809650
        },
        {
            "start": 847809651,
            "stop": 847809682
        },
        {
            "start": 847809683,
            "stop": 847809707
        }
    ]
}