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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3123",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3121",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3122,
    "results": [
        {
            "start": 867820556,
            "stop": 867820560
        },
        {
            "start": 867820620,
            "stop": 867820629
        },
        {
            "start": 867820638,
            "stop": 867820692
        },
        {
            "start": 867820700,
            "stop": 867820715
        },
        {
            "start": 867820724,
            "stop": 867820730
        },
        {
            "start": 867820733,
            "stop": 867820739
        },
        {
            "start": 867821100,
            "stop": 867821108
        },
        {
            "start": 867821111,
            "stop": 867821136
        },
        {
            "start": 867821142,
            "stop": 867821220
        },
        {
            "start": 867821340,
            "stop": 867821400
        },
        {
            "start": 867821407,
            "stop": 867821428
        },
        {
            "start": 867821431,
            "stop": 867821473
        },
        {
            "start": 867821482,
            "stop": 867821520
        },
        {
            "start": 867821640,
            "stop": 867821685
        },
        {
            "start": 867821688,
            "stop": 867821700
        },
        {
            "start": 867821820,
            "stop": 867821857
        },
        {
            "start": 867821865,
            "stop": 867821880
        },
        {
            "start": 867822300,
            "stop": 867822360
        },
        {
            "start": 867822540,
            "stop": 867822541
        },
        {
            "start": 867822544,
            "stop": 867822660
        }
    ]
}