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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=176",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=174",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 175,
    "results": [
        {
            "start": 820187027,
            "stop": 820187209
        },
        {
            "start": 820187212,
            "stop": 820187251
        },
        {
            "start": 820187255,
            "stop": 820187364
        },
        {
            "start": 820187367,
            "stop": 820187386
        },
        {
            "start": 820187389,
            "stop": 820187486
        },
        {
            "start": 820187490,
            "stop": 820187549
        },
        {
            "start": 820187552,
            "stop": 820187657
        },
        {
            "start": 820187660,
            "stop": 820187678
        },
        {
            "start": 820187681,
            "stop": 820187706
        },
        {
            "start": 820187709,
            "stop": 820187710
        },
        {
            "start": 820187714,
            "stop": 820187779
        },
        {
            "start": 820187782,
            "stop": 820187891
        },
        {
            "start": 820187894,
            "stop": 820187970
        },
        {
            "start": 820187973,
            "stop": 820187989
        },
        {
            "start": 820187992,
            "stop": 820187994
        },
        {
            "start": 820187997,
            "stop": 820188178
        },
        {
            "start": 820188181,
            "stop": 820188331
        },
        {
            "start": 820188334,
            "stop": 820188349
        },
        {
            "start": 820188353,
            "stop": 820188386
        },
        {
            "start": 820188389,
            "stop": 820188415
        }
    ]
}