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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=183",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=181",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 182,
    "results": [
        {
            "start": 844620443,
            "stop": 844620481
        },
        {
            "start": 844620489,
            "stop": 844620597
        },
        {
            "start": 844620606,
            "stop": 844623112
        },
        {
            "start": 844652839,
            "stop": 844697890
        },
        {
            "start": 844701700,
            "stop": 844705140
        },
        {
            "start": 844705392,
            "stop": 844706943
        },
        {
            "start": 844706951,
            "stop": 844707865
        },
        {
            "start": 844707873,
            "stop": 844707888
        },
        {
            "start": 844753508,
            "stop": 844771318
        },
        {
            "start": 844773905,
            "stop": 844783184
        },
        {
            "start": 844783193,
            "stop": 844785521
        },
        {
            "start": 844786421,
            "stop": 844788181
        },
        {
            "start": 844788195,
            "stop": 844788198
        },
        {
            "start": 844788206,
            "stop": 844789154
        },
        {
            "start": 844789155,
            "stop": 844792661
        },
        {
            "start": 844792670,
            "stop": 844792671
        },
        {
            "start": 844792679,
            "stop": 844793296
        },
        {
            "start": 844812803,
            "stop": 844818772
        },
        {
            "start": 844818783,
            "stop": 844818973
        },
        {
            "start": 844823295,
            "stop": 844851082
        }
    ]
}