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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=391",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=389",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 390,
    "results": [
        {
            "start": 821510242,
            "stop": 821510251
        },
        {
            "start": 821510254,
            "stop": 821510282
        },
        {
            "start": 821510285,
            "stop": 821510314
        },
        {
            "start": 821510321,
            "stop": 821510351
        },
        {
            "start": 821510381,
            "stop": 821510443
        },
        {
            "start": 821510446,
            "stop": 821510492
        },
        {
            "start": 821510499,
            "stop": 821510507
        },
        {
            "start": 821510510,
            "stop": 821510523
        },
        {
            "start": 821510526,
            "stop": 821510564
        },
        {
            "start": 821510576,
            "stop": 821510592
        },
        {
            "start": 821510599,
            "stop": 821510614
        },
        {
            "start": 821510617,
            "stop": 821510665
        },
        {
            "start": 821510672,
            "stop": 821510675
        },
        {
            "start": 821510678,
            "stop": 821510698
        },
        {
            "start": 821510701,
            "stop": 821510729
        },
        {
            "start": 821510732,
            "stop": 821510741
        },
        {
            "start": 821510750,
            "stop": 821510755
        },
        {
            "start": 821510758,
            "stop": 821510767
        },
        {
            "start": 821510770,
            "stop": 821510771
        },
        {
            "start": 821510774,
            "stop": 821510775
        }
    ]
}