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=432
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=433",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=431",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 432,
    "results": [
        {
            "start": 856697125,
            "stop": 856705349
        },
        {
            "start": 856707098,
            "stop": 856711050
        },
        {
            "start": 856713811,
            "stop": 856718433
        },
        {
            "start": 856720136,
            "stop": 856720163
        },
        {
            "start": 856720165,
            "stop": 856720168
        },
        {
            "start": 856720170,
            "stop": 856720193
        },
        {
            "start": 856720195,
            "stop": 856720217
        },
        {
            "start": 856720221,
            "stop": 856720233
        },
        {
            "start": 856720235,
            "stop": 856720240
        },
        {
            "start": 856720241,
            "stop": 856720263
        },
        {
            "start": 856720265,
            "stop": 856720289
        },
        {
            "start": 856720291,
            "stop": 856721199
        },
        {
            "start": 856721486,
            "stop": 856721670
        },
        {
            "start": 856721772,
            "stop": 856730360
        },
        {
            "start": 856731658,
            "stop": 856731805
        },
        {
            "start": 856731868,
            "stop": 856733544
        },
        {
            "start": 856734302,
            "stop": 856734623
        },
        {
            "start": 856736803,
            "stop": 856742746
        },
        {
            "start": 856747643,
            "stop": 856754695
        },
        {
            "start": 856755652,
            "stop": 856773343
        }
    ]
}