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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=327",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=325",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 326,
    "results": [
        {
            "start": 821748736,
            "stop": 821748737
        },
        {
            "start": 821748740,
            "stop": 821748748
        },
        {
            "start": 821748754,
            "stop": 821748767
        },
        {
            "start": 821748773,
            "stop": 821748780
        },
        {
            "start": 821748790,
            "stop": 821748795
        },
        {
            "start": 821748800,
            "stop": 821748807
        },
        {
            "start": 821748813,
            "stop": 821748823
        },
        {
            "start": 821748826,
            "stop": 821748850
        },
        {
            "start": 821748856,
            "stop": 821748933
        },
        {
            "start": 821748942,
            "stop": 821748943
        },
        {
            "start": 821748947,
            "stop": 821748953
        },
        {
            "start": 821748956,
            "stop": 821748964
        },
        {
            "start": 821748972,
            "stop": 821748973
        },
        {
            "start": 821748982,
            "stop": 821748985
        },
        {
            "start": 821748988,
            "stop": 821748995
        },
        {
            "start": 821748998,
            "stop": 821749000
        },
        {
            "start": 821749003,
            "stop": 821749008
        },
        {
            "start": 821749011,
            "stop": 821749014
        },
        {
            "start": 821749017,
            "stop": 821749039
        },
        {
            "start": 821749042,
            "stop": 821749053
        }
    ]
}