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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=47",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=45",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 46,
    "results": [
        {
            "start": 1402860589,
            "stop": 1402861238
        },
        {
            "start": 1402861245,
            "stop": 1402877102
        },
        {
            "start": 1402877108,
            "stop": 1402890576
        },
        {
            "start": 1402890581,
            "stop": 1402900732
        },
        {
            "start": 1402907224,
            "stop": 1402920605
        },
        {
            "start": 1402920612,
            "stop": 1402923391
        },
        {
            "start": 1402923397,
            "stop": 1402923632
        },
        {
            "start": 1402923639,
            "stop": 1402928118
        },
        {
            "start": 1402928123,
            "stop": 1402930834
        },
        {
            "start": 1402945563,
            "stop": 1402948992
        },
        {
            "start": 1402948998,
            "stop": 1402950395
        },
        {
            "start": 1402950400,
            "stop": 1402952501
        },
        {
            "start": 1402952506,
            "stop": 1402953015
        },
        {
            "start": 1402953022,
            "stop": 1402953571
        },
        {
            "start": 1402959076,
            "stop": 1402960674
        },
        {
            "start": 1402960678,
            "stop": 1402975658
        },
        {
            "start": 1402975662,
            "stop": 1402976805
        },
        {
            "start": 1402976811,
            "stop": 1402977690
        },
        {
            "start": 1402977693,
            "stop": 1402980783
        },
        {
            "start": 1402980786,
            "stop": 1402980944
        }
    ]
}