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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=164",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=162",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 163,
    "results": [
        {
            "start": 932562690,
            "stop": 932562694
        },
        {
            "start": 932562695,
            "stop": 932562698
        },
        {
            "start": 932562700,
            "stop": 932562711
        },
        {
            "start": 932562712,
            "stop": 932562714
        },
        {
            "start": 932562715,
            "stop": 932562717
        },
        {
            "start": 932562720,
            "stop": 932562729
        },
        {
            "start": 932562731,
            "stop": 932562732
        },
        {
            "start": 932562733,
            "stop": 932562734
        },
        {
            "start": 932562735,
            "stop": 932562741
        },
        {
            "start": 932562743,
            "stop": 932562748
        },
        {
            "start": 932562751,
            "stop": 932562759
        },
        {
            "start": 932562762,
            "stop": 932562768
        },
        {
            "start": 932562769,
            "stop": 932562776
        },
        {
            "start": 932562781,
            "stop": 932562794
        },
        {
            "start": 932562795,
            "stop": 932562801
        },
        {
            "start": 932562803,
            "stop": 932562804
        },
        {
            "start": 932562805,
            "stop": 932562811
        },
        {
            "start": 932562813,
            "stop": 932562816
        },
        {
            "start": 932562817,
            "stop": 932562825
        },
        {
            "start": 932562826,
            "stop": 932562827
        }
    ]
}