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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=333",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=331",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 332,
    "results": [
        {
            "start": 821750310,
            "stop": 821750314
        },
        {
            "start": 821750318,
            "stop": 821750320
        },
        {
            "start": 821750323,
            "stop": 821750329
        },
        {
            "start": 821750335,
            "stop": 821750347
        },
        {
            "start": 821750350,
            "stop": 821750358
        },
        {
            "start": 821750363,
            "stop": 821750364
        },
        {
            "start": 821750368,
            "stop": 821750379
        },
        {
            "start": 821750382,
            "stop": 821750392
        },
        {
            "start": 821750397,
            "stop": 821750413
        },
        {
            "start": 821750416,
            "stop": 821750417
        },
        {
            "start": 821750420,
            "stop": 821750421
        },
        {
            "start": 821750425,
            "stop": 821750428
        },
        {
            "start": 821750434,
            "stop": 821750435
        },
        {
            "start": 821750438,
            "stop": 821750442
        },
        {
            "start": 821750445,
            "stop": 821750446
        },
        {
            "start": 821750452,
            "stop": 821750461
        },
        {
            "start": 821750464,
            "stop": 821750504
        },
        {
            "start": 821750512,
            "stop": 821750516
        },
        {
            "start": 821750523,
            "stop": 821750525
        },
        {
            "start": 821750528,
            "stop": 821750531
        }
    ]
}