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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=679",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=677",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 678,
    "results": [
        {
            "start": 852813548,
            "stop": 852813552
        },
        {
            "start": 852813563,
            "stop": 852813578
        },
        {
            "start": 852813583,
            "stop": 852813584
        },
        {
            "start": 852813588,
            "stop": 852813614
        },
        {
            "start": 852813638,
            "stop": 852813639
        },
        {
            "start": 852813642,
            "stop": 852825665
        },
        {
            "start": 852826457,
            "stop": 852828169
        },
        {
            "start": 852828581,
            "stop": 852829331
        },
        {
            "start": 852829341,
            "stop": 852829344
        },
        {
            "start": 852829347,
            "stop": 852833501
        },
        {
            "start": 852833503,
            "stop": 852892759
        },
        {
            "start": 852892762,
            "stop": 852907094
        },
        {
            "start": 852907095,
            "stop": 852920576
        },
        {
            "start": 852922758,
            "stop": 852922952
        },
        {
            "start": 852923560,
            "stop": 852931453
        },
        {
            "start": 852932507,
            "stop": 852953038
        },
        {
            "start": 852954183,
            "stop": 852997862
        },
        {
            "start": 853023578,
            "stop": 853023715
        },
        {
            "start": 853041202,
            "stop": 853067332
        },
        {
            "start": 853068672,
            "stop": 853116780
        }
    ]
}