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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=129",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=127",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 128,
    "results": [
        {
            "start": 820047300,
            "stop": 820049449
        },
        {
            "start": 820049456,
            "stop": 820049713
        },
        {
            "start": 820049766,
            "stop": 820049767
        },
        {
            "start": 820051021,
            "stop": 820051513
        },
        {
            "start": 820052715,
            "stop": 820052953
        },
        {
            "start": 820054389,
            "stop": 820054693
        },
        {
            "start": 820054716,
            "stop": 820054717
        },
        {
            "start": 820060252,
            "stop": 820060276
        },
        {
            "start": 820060283,
            "stop": 820060513
        },
        {
            "start": 820062025,
            "stop": 820062518
        },
        {
            "start": 820062525,
            "stop": 820062603
        },
        {
            "start": 820062613,
            "stop": 820062973
        },
        {
            "start": 820063001,
            "stop": 820063002
        },
        {
            "start": 820064390,
            "stop": 820065131
        },
        {
            "start": 820065139,
            "stop": 820066405
        },
        {
            "start": 820066412,
            "stop": 820067432
        },
        {
            "start": 820067439,
            "stop": 820067458
        },
        {
            "start": 820067465,
            "stop": 820069167
        },
        {
            "start": 820069174,
            "stop": 820069493
        },
        {
            "start": 820069500,
            "stop": 820075103
        }
    ]
}