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=40663
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=40664",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40662",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40663,
    "results": [
        {
            "start": 874921357,
            "stop": 874921359
        },
        {
            "start": 874921360,
            "stop": 874921438
        },
        {
            "start": 874921439,
            "stop": 874921442
        },
        {
            "start": 874921443,
            "stop": 874921456
        },
        {
            "start": 874921457,
            "stop": 874921468
        },
        {
            "start": 874921471,
            "stop": 874921482
        },
        {
            "start": 874921483,
            "stop": 874921484
        },
        {
            "start": 874921486,
            "stop": 874921490
        },
        {
            "start": 874921491,
            "stop": 874921539
        },
        {
            "start": 874921540,
            "stop": 874921543
        },
        {
            "start": 874921545,
            "stop": 874921662
        },
        {
            "start": 874921663,
            "stop": 874921664
        },
        {
            "start": 874921665,
            "stop": 874921683
        },
        {
            "start": 874921685,
            "stop": 874921882
        },
        {
            "start": 874921883,
            "stop": 874921943
        },
        {
            "start": 874921944,
            "stop": 874921952
        },
        {
            "start": 874921953,
            "stop": 874921984
        },
        {
            "start": 874921986,
            "stop": 874922034
        },
        {
            "start": 874922036,
            "stop": 874922048
        },
        {
            "start": 874922050,
            "stop": 874922097
        }
    ]
}