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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=520",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=518",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 519,
    "results": [
        {
            "start": 1264654979,
            "stop": 1264657770
        },
        {
            "start": 1264657771,
            "stop": 1264658132
        },
        {
            "start": 1264658133,
            "stop": 1264663717
        },
        {
            "start": 1264663719,
            "stop": 1264665212
        },
        {
            "start": 1264665214,
            "stop": 1264667493
        },
        {
            "start": 1264667495,
            "stop": 1264670936
        },
        {
            "start": 1264670941,
            "stop": 1264671407
        },
        {
            "start": 1264671408,
            "stop": 1264671426
        },
        {
            "start": 1264671431,
            "stop": 1264674834
        },
        {
            "start": 1264674839,
            "stop": 1264678990
        },
        {
            "start": 1264678995,
            "stop": 1264679391
        },
        {
            "start": 1264679394,
            "stop": 1264680891
        },
        {
            "start": 1264680893,
            "stop": 1264681662
        },
        {
            "start": 1264681666,
            "stop": 1264682801
        },
        {
            "start": 1264682991,
            "stop": 1264689538
        },
        {
            "start": 1264689540,
            "stop": 1264691991
        },
        {
            "start": 1264691992,
            "stop": 1264692200
        },
        {
            "start": 1264692208,
            "stop": 1264692696
        },
        {
            "start": 1264692700,
            "stop": 1264693952
        },
        {
            "start": 1264693955,
            "stop": 1264695208
        }
    ]
}