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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=499",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=497",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 498,
    "results": [
        {
            "start": 1184576177,
            "stop": 1184576180
        },
        {
            "start": 1184576186,
            "stop": 1184576187
        },
        {
            "start": 1184576193,
            "stop": 1184576194
        },
        {
            "start": 1184576196,
            "stop": 1184576379
        },
        {
            "start": 1184576382,
            "stop": 1184576385
        },
        {
            "start": 1184576387,
            "stop": 1184576389
        },
        {
            "start": 1184576398,
            "stop": 1184576399
        },
        {
            "start": 1184576445,
            "stop": 1184576447
        },
        {
            "start": 1184576451,
            "stop": 1184576452
        },
        {
            "start": 1184576454,
            "stop": 1184576560
        },
        {
            "start": 1184576562,
            "stop": 1184576566
        },
        {
            "start": 1184576570,
            "stop": 1184576641
        },
        {
            "start": 1184576643,
            "stop": 1184576644
        },
        {
            "start": 1184576648,
            "stop": 1184576657
        },
        {
            "start": 1184576660,
            "stop": 1184576661
        },
        {
            "start": 1184576669,
            "stop": 1184576671
        },
        {
            "start": 1184576673,
            "stop": 1184576679
        },
        {
            "start": 1184576682,
            "stop": 1184576683
        },
        {
            "start": 1184576702,
            "stop": 1184576703
        },
        {
            "start": 1184576724,
            "stop": 1184576743
        }
    ]
}