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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=371",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=369",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 370,
    "results": [
        {
            "start": 825437201,
            "stop": 825437422
        },
        {
            "start": 825437788,
            "stop": 825437912
        },
        {
            "start": 825441794,
            "stop": 825441973
        },
        {
            "start": 825443193,
            "stop": 825448393
        },
        {
            "start": 825448873,
            "stop": 825450791
        },
        {
            "start": 825450886,
            "stop": 825456193
        },
        {
            "start": 825456503,
            "stop": 825458700
        },
        {
            "start": 825458760,
            "stop": 825458938
        },
        {
            "start": 825468294,
            "stop": 825470266
        },
        {
            "start": 825470273,
            "stop": 825470305
        },
        {
            "start": 825470312,
            "stop": 825470393
        },
        {
            "start": 825470396,
            "stop": 825473632
        },
        {
            "start": 825473736,
            "stop": 825476189
        },
        {
            "start": 825476193,
            "stop": 825477359
        },
        {
            "start": 825477362,
            "stop": 825477390
        },
        {
            "start": 825477394,
            "stop": 825480682
        },
        {
            "start": 825480686,
            "stop": 825480761
        },
        {
            "start": 825480764,
            "stop": 825480767
        },
        {
            "start": 825480771,
            "stop": 825480773
        },
        {
            "start": 825480776,
            "stop": 825480810
        }
    ]
}