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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=314",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=312",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 313,
    "results": [
        {
            "start": 821332606,
            "stop": 821332749
        },
        {
            "start": 821332752,
            "stop": 821332763
        },
        {
            "start": 821332766,
            "stop": 821332775
        },
        {
            "start": 821332778,
            "stop": 821332795
        },
        {
            "start": 821332798,
            "stop": 821332828
        },
        {
            "start": 821332831,
            "stop": 821332903
        },
        {
            "start": 821332906,
            "stop": 821332962
        },
        {
            "start": 821332965,
            "stop": 821333083
        },
        {
            "start": 821333086,
            "stop": 821333113
        },
        {
            "start": 821333116,
            "stop": 821333146
        },
        {
            "start": 821333149,
            "stop": 821333192
        },
        {
            "start": 821333195,
            "stop": 821333250
        },
        {
            "start": 821333253,
            "stop": 821333343
        },
        {
            "start": 821333346,
            "stop": 821333376
        },
        {
            "start": 821333379,
            "stop": 821333384
        },
        {
            "start": 821333387,
            "stop": 821333399
        },
        {
            "start": 821333402,
            "stop": 821333625
        },
        {
            "start": 821333628,
            "stop": 821333648
        },
        {
            "start": 821333651,
            "stop": 821333665
        },
        {
            "start": 821333668,
            "stop": 821333692
        }
    ]
}