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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=350",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=348",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 349,
    "results": [
        {
            "start": 824703372,
            "stop": 824707140
        },
        {
            "start": 824707260,
            "stop": 824707630
        },
        {
            "start": 824707634,
            "stop": 824709239
        },
        {
            "start": 824709243,
            "stop": 824709280
        },
        {
            "start": 824709284,
            "stop": 824709540
        },
        {
            "start": 824709600,
            "stop": 824709900
        },
        {
            "start": 824709960,
            "stop": 824709998
        },
        {
            "start": 824710007,
            "stop": 824710018
        },
        {
            "start": 824710080,
            "stop": 824710620
        },
        {
            "start": 824710680,
            "stop": 824720460
        },
        {
            "start": 824720580,
            "stop": 824720663
        },
        {
            "start": 824778734,
            "stop": 824779312
        },
        {
            "start": 824779315,
            "stop": 824789460
        },
        {
            "start": 824789520,
            "stop": 824791207
        },
        {
            "start": 824792095,
            "stop": 824807221
        },
        {
            "start": 824808748,
            "stop": 824808786
        },
        {
            "start": 824818723,
            "stop": 824818786
        },
        {
            "start": 824819192,
            "stop": 824821269
        },
        {
            "start": 824821273,
            "stop": 824824805
        },
        {
            "start": 824824809,
            "stop": 824825414
        }
    ]
}