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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5139",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5137",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5138,
    "results": [
        {
            "start": 873711673,
            "stop": 873711679
        },
        {
            "start": 873711687,
            "stop": 873711697
        },
        {
            "start": 873711707,
            "stop": 873711736
        },
        {
            "start": 873711743,
            "stop": 873711803
        },
        {
            "start": 873711814,
            "stop": 873711848
        },
        {
            "start": 873711859,
            "stop": 873711870
        },
        {
            "start": 873711880,
            "stop": 873711886
        },
        {
            "start": 873711948,
            "stop": 873711992
        },
        {
            "start": 873712008,
            "stop": 873712030
        },
        {
            "start": 873712038,
            "stop": 873712096
        },
        {
            "start": 873712104,
            "stop": 873712139
        },
        {
            "start": 873712146,
            "stop": 873712175
        },
        {
            "start": 873712183,
            "stop": 873712185
        },
        {
            "start": 873712193,
            "stop": 873712201
        },
        {
            "start": 873712209,
            "stop": 873712333
        },
        {
            "start": 873712340,
            "stop": 873712343
        },
        {
            "start": 873712350,
            "stop": 873712363
        },
        {
            "start": 873712371,
            "stop": 873712400
        },
        {
            "start": 873712410,
            "stop": 873712441
        },
        {
            "start": 873712448,
            "stop": 873712468
        }
    ]
}