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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=614",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=612",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 613,
    "results": [
        {
            "start": 1262951787,
            "stop": 1262952119
        },
        {
            "start": 1262952122,
            "stop": 1262952982
        },
        {
            "start": 1262952985,
            "stop": 1262953236
        },
        {
            "start": 1262953239,
            "stop": 1262953963
        },
        {
            "start": 1262953966,
            "stop": 1262954013
        },
        {
            "start": 1262954016,
            "stop": 1262954022
        },
        {
            "start": 1262954025,
            "stop": 1262954045
        },
        {
            "start": 1262954051,
            "stop": 1262954198
        },
        {
            "start": 1262954201,
            "stop": 1262954550
        },
        {
            "start": 1262954553,
            "stop": 1262954562
        },
        {
            "start": 1262954565,
            "stop": 1262954703
        },
        {
            "start": 1262954705,
            "stop": 1262956370
        },
        {
            "start": 1262956373,
            "stop": 1262956391
        },
        {
            "start": 1262956394,
            "stop": 1262958237
        },
        {
            "start": 1262958244,
            "stop": 1262958245
        },
        {
            "start": 1262958272,
            "stop": 1262958277
        },
        {
            "start": 1262958278,
            "stop": 1262958305
        },
        {
            "start": 1262958308,
            "stop": 1262958310
        },
        {
            "start": 1262958311,
            "stop": 1262958374
        },
        {
            "start": 1262958377,
            "stop": 1262958823
        }
    ]
}