Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=43
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=44",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=42",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 43,
    "results": [
        {
            "start": 816162275,
            "stop": 816162795
        },
        {
            "start": 816162799,
            "stop": 816162840
        },
        {
            "start": 816162843,
            "stop": 816162926
        },
        {
            "start": 816162929,
            "stop": 816163000
        },
        {
            "start": 816163003,
            "stop": 816163137
        },
        {
            "start": 816163141,
            "stop": 816163318
        },
        {
            "start": 816163321,
            "stop": 816163322
        },
        {
            "start": 816163325,
            "stop": 816163625
        },
        {
            "start": 816163628,
            "stop": 816163696
        },
        {
            "start": 816163699,
            "stop": 816163764
        },
        {
            "start": 816163767,
            "stop": 816163939
        },
        {
            "start": 816163942,
            "stop": 816164574
        },
        {
            "start": 816164577,
            "stop": 816165256
        },
        {
            "start": 816165259,
            "stop": 816165304
        },
        {
            "start": 816165307,
            "stop": 816165415
        },
        {
            "start": 816165418,
            "stop": 816165475
        },
        {
            "start": 816165478,
            "stop": 816165588
        },
        {
            "start": 816165591,
            "stop": 816165609
        },
        {
            "start": 816165613,
            "stop": 816165732
        },
        {
            "start": 816165735,
            "stop": 816165829
        }
    ]
}