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=203
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=204",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=202",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 203,
    "results": [
        {
            "start": 847812243,
            "stop": 847812679
        },
        {
            "start": 847813042,
            "stop": 847814742
        },
        {
            "start": 847815758,
            "stop": 847815770
        },
        {
            "start": 847815880,
            "stop": 847815898
        },
        {
            "start": 847816521,
            "stop": 847816556
        },
        {
            "start": 847816666,
            "stop": 847816792
        },
        {
            "start": 847818929,
            "stop": 847820550
        },
        {
            "start": 847821198,
            "stop": 847821249
        },
        {
            "start": 847822961,
            "stop": 847823069
        },
        {
            "start": 847823769,
            "stop": 847823963
        },
        {
            "start": 847824073,
            "stop": 847824209
        },
        {
            "start": 847824509,
            "stop": 847824817
        },
        {
            "start": 847824838,
            "stop": 847824859
        },
        {
            "start": 847824881,
            "stop": 847826267
        },
        {
            "start": 847826293,
            "stop": 847826454
        },
        {
            "start": 847826502,
            "stop": 847828322
        },
        {
            "start": 847828366,
            "stop": 847834541
        },
        {
            "start": 847836100,
            "stop": 847836101
        },
        {
            "start": 847836432,
            "stop": 847837271
        },
        {
            "start": 847837571,
            "stop": 847839557
        }
    ]
}