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=40602
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=40603",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40601",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40602,
    "results": [
        {
            "start": 874885420,
            "stop": 874885424
        },
        {
            "start": 874885425,
            "stop": 874885429
        },
        {
            "start": 874885431,
            "stop": 874885435
        },
        {
            "start": 874885436,
            "stop": 874885440
        },
        {
            "start": 874885441,
            "stop": 874885446
        },
        {
            "start": 874885447,
            "stop": 874885451
        },
        {
            "start": 874885452,
            "stop": 874885456
        },
        {
            "start": 874885457,
            "stop": 874885460
        },
        {
            "start": 874885461,
            "stop": 874885462
        },
        {
            "start": 874885463,
            "stop": 874885467
        },
        {
            "start": 874885468,
            "stop": 874885472
        },
        {
            "start": 874885473,
            "stop": 874885478
        },
        {
            "start": 874885479,
            "stop": 874885483
        },
        {
            "start": 874885484,
            "stop": 874885489
        },
        {
            "start": 874885490,
            "stop": 874885494
        },
        {
            "start": 874885495,
            "stop": 874885499
        },
        {
            "start": 874885501,
            "stop": 874885505
        },
        {
            "start": 874885506,
            "stop": 874885510
        },
        {
            "start": 874885511,
            "stop": 874885515
        },
        {
            "start": 874885517,
            "stop": 874885521
        }
    ]
}