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=40921
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=40922",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40920",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40921,
    "results": [
        {
            "start": 875103340,
            "stop": 875103344
        },
        {
            "start": 875103346,
            "stop": 875103350
        },
        {
            "start": 875103351,
            "stop": 875103355
        },
        {
            "start": 875103356,
            "stop": 875103360
        },
        {
            "start": 875103362,
            "stop": 875103366
        },
        {
            "start": 875103367,
            "stop": 875103371
        },
        {
            "start": 875103372,
            "stop": 875103377
        },
        {
            "start": 875103378,
            "stop": 875103382
        },
        {
            "start": 875103383,
            "stop": 875103387
        },
        {
            "start": 875103389,
            "stop": 875103393
        },
        {
            "start": 875103394,
            "stop": 875103398
        },
        {
            "start": 875103399,
            "stop": 875103403
        },
        {
            "start": 875103405,
            "stop": 875103409
        },
        {
            "start": 875103412,
            "stop": 875103414
        },
        {
            "start": 875103415,
            "stop": 875103419
        },
        {
            "start": 875103421,
            "stop": 875103425
        },
        {
            "start": 875103426,
            "stop": 875103430
        },
        {
            "start": 875103431,
            "stop": 875103432
        },
        {
            "start": 875103433,
            "stop": 875103435
        },
        {
            "start": 875103437,
            "stop": 875103441
        }
    ]
}