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_CAT3E/segments?format=api&page=205
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=206",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=204",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 205,
    "results": [
        {
            "start": 820383010,
            "stop": 820383260
        },
        {
            "start": 820383263,
            "stop": 820383447
        },
        {
            "start": 820383451,
            "stop": 820383944
        },
        {
            "start": 820383947,
            "stop": 820384828
        },
        {
            "start": 820384832,
            "stop": 820384959
        },
        {
            "start": 820384962,
            "stop": 820385143
        },
        {
            "start": 820385146,
            "stop": 820385299
        },
        {
            "start": 820385303,
            "stop": 820385991
        },
        {
            "start": 820385994,
            "stop": 820386274
        },
        {
            "start": 820386277,
            "stop": 820386859
        },
        {
            "start": 820386862,
            "stop": 820387028
        },
        {
            "start": 820387031,
            "stop": 820387681
        },
        {
            "start": 820387684,
            "stop": 820388542
        },
        {
            "start": 820388546,
            "stop": 820389802
        },
        {
            "start": 820389805,
            "stop": 820390624
        },
        {
            "start": 820390627,
            "stop": 820391891
        },
        {
            "start": 820391894,
            "stop": 820392284
        },
        {
            "start": 820392287,
            "stop": 820392353
        },
        {
            "start": 820392356,
            "stop": 820392515
        },
        {
            "start": 820392518,
            "stop": 820392817
        }
    ]
}