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=40922
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=40923",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40921",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40922,
    "results": [
        {
            "start": 875103442,
            "stop": 875103446
        },
        {
            "start": 875103447,
            "stop": 875103451
        },
        {
            "start": 875103453,
            "stop": 875103457
        },
        {
            "start": 875103458,
            "stop": 875103462
        },
        {
            "start": 875103464,
            "stop": 875103468
        },
        {
            "start": 875103469,
            "stop": 875103473
        },
        {
            "start": 875103474,
            "stop": 875103478
        },
        {
            "start": 875103480,
            "stop": 875103484
        },
        {
            "start": 875103485,
            "stop": 875103489
        },
        {
            "start": 875103490,
            "stop": 875103494
        },
        {
            "start": 875103497,
            "stop": 875103500
        },
        {
            "start": 875103501,
            "stop": 875103505
        },
        {
            "start": 875103506,
            "stop": 875103510
        },
        {
            "start": 875103512,
            "stop": 875103516
        },
        {
            "start": 875103518,
            "stop": 875103521
        },
        {
            "start": 875103522,
            "stop": 875103526
        },
        {
            "start": 875103528,
            "stop": 875103530
        },
        {
            "start": 875103531,
            "stop": 875103532
        },
        {
            "start": 875103533,
            "stop": 875103537
        },
        {
            "start": 875103539,
            "stop": 875103542
        }
    ]
}