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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=434",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=432",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 433,
    "results": [
        {
            "start": 942880224,
            "stop": 942887413
        },
        {
            "start": 942892315,
            "stop": 942911984
        },
        {
            "start": 942930215,
            "stop": 942935589
        },
        {
            "start": 942953027,
            "stop": 942953195
        },
        {
            "start": 942957751,
            "stop": 942960271
        },
        {
            "start": 942963045,
            "stop": 942971142
        },
        {
            "start": 942976578,
            "stop": 942977548
        },
        {
            "start": 942979026,
            "stop": 942979521
        },
        {
            "start": 942981728,
            "stop": 942995752
        },
        {
            "start": 942997671,
            "stop": 943001795
        },
        {
            "start": 943004814,
            "stop": 943007689
        },
        {
            "start": 943007871,
            "stop": 943015950
        },
        {
            "start": 943017945,
            "stop": 943021922
        },
        {
            "start": 943033219,
            "stop": 943034561
        },
        {
            "start": 943038131,
            "stop": 943039013
        },
        {
            "start": 943040960,
            "stop": 943047007
        },
        {
            "start": 943049450,
            "stop": 943050185
        },
        {
            "start": 943050187,
            "stop": 943050188
        },
        {
            "start": 943050190,
            "stop": 943050191
        },
        {
            "start": 943050194,
            "stop": 943050197
        }
    ]
}