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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3458",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3456",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3457,
    "results": [
        {
            "start": 969890447,
            "stop": 969890567
        },
        {
            "start": 969890807,
            "stop": 969890927
        },
        {
            "start": 969891287,
            "stop": 969891527
        },
        {
            "start": 969891647,
            "stop": 969891887
        },
        {
            "start": 969892187,
            "stop": 969892247
        },
        {
            "start": 969892367,
            "stop": 969892547
        },
        {
            "start": 969892667,
            "stop": 969892727
        },
        {
            "start": 969892847,
            "stop": 969893255
        },
        {
            "start": 969893258,
            "stop": 969893374
        },
        {
            "start": 969893377,
            "stop": 969893387
        },
        {
            "start": 969894047,
            "stop": 969894167
        },
        {
            "start": 969894347,
            "stop": 969894366
        },
        {
            "start": 969894369,
            "stop": 969894373
        },
        {
            "start": 969894377,
            "stop": 969894407
        },
        {
            "start": 969894410,
            "stop": 969894467
        },
        {
            "start": 969894587,
            "stop": 969894827
        },
        {
            "start": 969895073,
            "stop": 969895131
        },
        {
            "start": 969895136,
            "stop": 969895153
        },
        {
            "start": 969895168,
            "stop": 969895174
        },
        {
            "start": 969895614,
            "stop": 969895633
        }
    ]
}