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=295
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=296",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=294",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 295,
    "results": [
        {
            "start": 847622941,
            "stop": 847622943
        },
        {
            "start": 847622946,
            "stop": 847622985
        },
        {
            "start": 847622987,
            "stop": 847623036
        },
        {
            "start": 847623037,
            "stop": 847623040
        },
        {
            "start": 847623041,
            "stop": 847623068
        },
        {
            "start": 847623069,
            "stop": 847623070
        },
        {
            "start": 847623071,
            "stop": 847623167
        },
        {
            "start": 847623169,
            "stop": 847623195
        },
        {
            "start": 847623196,
            "stop": 847623242
        },
        {
            "start": 847623243,
            "stop": 847623295
        },
        {
            "start": 847623296,
            "stop": 847623326
        },
        {
            "start": 847623328,
            "stop": 847623353
        },
        {
            "start": 847623464,
            "stop": 847623678
        },
        {
            "start": 847623680,
            "stop": 847623753
        },
        {
            "start": 847624053,
            "stop": 847624066
        },
        {
            "start": 847624646,
            "stop": 847624651
        },
        {
            "start": 847624652,
            "stop": 847624654
        },
        {
            "start": 847624657,
            "stop": 847624690
        },
        {
            "start": 847624692,
            "stop": 847624723
        },
        {
            "start": 847624724,
            "stop": 847624731
        }
    ]
}