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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4183",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4181",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4182,
    "results": [
        {
            "start": 874384577,
            "stop": 874384620
        },
        {
            "start": 874384740,
            "stop": 874384785
        },
        {
            "start": 874384808,
            "stop": 874384838
        },
        {
            "start": 874384857,
            "stop": 874384882
        },
        {
            "start": 874384901,
            "stop": 874384981
        },
        {
            "start": 874385000,
            "stop": 874385010
        },
        {
            "start": 874385031,
            "stop": 874385048
        },
        {
            "start": 874385067,
            "stop": 874385074
        },
        {
            "start": 874385094,
            "stop": 874385136
        },
        {
            "start": 874385155,
            "stop": 874385362
        },
        {
            "start": 874385397,
            "stop": 874385413
        },
        {
            "start": 874385435,
            "stop": 874385492
        },
        {
            "start": 874385511,
            "stop": 874385527
        },
        {
            "start": 874385549,
            "stop": 874385570
        },
        {
            "start": 874385589,
            "stop": 874385734
        },
        {
            "start": 874385753,
            "stop": 874385897
        },
        {
            "start": 874385929,
            "stop": 874385985
        },
        {
            "start": 874386004,
            "stop": 874386072
        },
        {
            "start": 874386091,
            "stop": 874386133
        },
        {
            "start": 874386152,
            "stop": 874386218
        }
    ]
}