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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=154",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=152",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 153,
    "results": [
        {
            "start": 828535199,
            "stop": 828535207
        },
        {
            "start": 828535209,
            "stop": 828535220
        },
        {
            "start": 828535223,
            "stop": 828535416
        },
        {
            "start": 828535418,
            "stop": 828535436
        },
        {
            "start": 828535438,
            "stop": 828535465
        },
        {
            "start": 828535467,
            "stop": 828535529
        },
        {
            "start": 828535531,
            "stop": 828535660
        },
        {
            "start": 828535662,
            "stop": 828535663
        },
        {
            "start": 828535665,
            "stop": 828535762
        },
        {
            "start": 828535764,
            "stop": 828535832
        },
        {
            "start": 828535835,
            "stop": 828535841
        },
        {
            "start": 828535843,
            "stop": 828535845
        },
        {
            "start": 828535848,
            "stop": 828535849
        },
        {
            "start": 828535850,
            "stop": 828535854
        },
        {
            "start": 828535858,
            "stop": 828535860
        },
        {
            "start": 828535861,
            "stop": 828535862
        },
        {
            "start": 828535865,
            "stop": 828535971
        },
        {
            "start": 828535973,
            "stop": 828536083
        },
        {
            "start": 828536085,
            "stop": 828536086
        },
        {
            "start": 828536088,
            "stop": 828536146
        }
    ]
}