Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5871
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5872",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5870",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5871,
    "results": [
        {
            "start": 874789175,
            "stop": 874789208
        },
        {
            "start": 874789214,
            "stop": 874789224
        },
        {
            "start": 874789227,
            "stop": 874789274
        },
        {
            "start": 874789277,
            "stop": 874789319
        },
        {
            "start": 874789322,
            "stop": 874789391
        },
        {
            "start": 874789394,
            "stop": 874789439
        },
        {
            "start": 874789443,
            "stop": 874789475
        },
        {
            "start": 874789478,
            "stop": 874789495
        },
        {
            "start": 874789498,
            "stop": 874789503
        },
        {
            "start": 874789507,
            "stop": 874789558
        },
        {
            "start": 874789563,
            "stop": 874789646
        },
        {
            "start": 874789649,
            "stop": 874789654
        },
        {
            "start": 874789661,
            "stop": 874789729
        },
        {
            "start": 874789733,
            "stop": 874789748
        },
        {
            "start": 874789754,
            "stop": 874789840
        },
        {
            "start": 874789843,
            "stop": 874789854
        },
        {
            "start": 874789857,
            "stop": 874789958
        },
        {
            "start": 874789962,
            "stop": 874789990
        },
        {
            "start": 874789993,
            "stop": 874789995
        },
        {
            "start": 874789998,
            "stop": 874790042
        }
    ]
}