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=358
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=359",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=357",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 358,
    "results": [
        {
            "start": 847726018,
            "stop": 847726024
        },
        {
            "start": 847726025,
            "stop": 847726076
        },
        {
            "start": 847726077,
            "stop": 847726079
        },
        {
            "start": 847726080,
            "stop": 847726121
        },
        {
            "start": 847726122,
            "stop": 847726152
        },
        {
            "start": 847726153,
            "stop": 847726186
        },
        {
            "start": 847726187,
            "stop": 847726206
        },
        {
            "start": 847726207,
            "stop": 847726238
        },
        {
            "start": 847726239,
            "stop": 847726249
        },
        {
            "start": 847726250,
            "stop": 847726323
        },
        {
            "start": 847726324,
            "stop": 847726375
        },
        {
            "start": 847726377,
            "stop": 847726401
        },
        {
            "start": 847726402,
            "stop": 847726409
        },
        {
            "start": 847726410,
            "stop": 847726437
        },
        {
            "start": 847726438,
            "stop": 847726451
        },
        {
            "start": 847726452,
            "stop": 847726536
        },
        {
            "start": 847726537,
            "stop": 847726632
        },
        {
            "start": 847726633,
            "stop": 847726672
        },
        {
            "start": 847726673,
            "stop": 847726717
        },
        {
            "start": 847726718,
            "stop": 847726743
        }
    ]
}