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=286
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=287",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=285",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 286,
    "results": [
        {
            "start": 847614950,
            "stop": 847614955
        },
        {
            "start": 847614957,
            "stop": 847614974
        },
        {
            "start": 847614975,
            "stop": 847614979
        },
        {
            "start": 847614980,
            "stop": 847614991
        },
        {
            "start": 847614993,
            "stop": 847615022
        },
        {
            "start": 847615023,
            "stop": 847615074
        },
        {
            "start": 847615075,
            "stop": 847615119
        },
        {
            "start": 847615120,
            "stop": 847615151
        },
        {
            "start": 847615152,
            "stop": 847615157
        },
        {
            "start": 847615158,
            "stop": 847615184
        },
        {
            "start": 847615185,
            "stop": 847615202
        },
        {
            "start": 847615203,
            "stop": 847615204
        },
        {
            "start": 847615206,
            "stop": 847615209
        },
        {
            "start": 847615210,
            "stop": 847615322
        },
        {
            "start": 847615323,
            "stop": 847615357
        },
        {
            "start": 847615359,
            "stop": 847615364
        },
        {
            "start": 847615366,
            "stop": 847615375
        },
        {
            "start": 847615376,
            "stop": 847615407
        },
        {
            "start": 847615408,
            "stop": 847615415
        },
        {
            "start": 847615416,
            "stop": 847615428
        }
    ]
}