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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=760",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=758",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 759,
    "results": [
        {
            "start": 956613291,
            "stop": 956622956
        },
        {
            "start": 956622962,
            "stop": 956623187
        },
        {
            "start": 956642662,
            "stop": 956643998
        },
        {
            "start": 956644004,
            "stop": 956644259
        },
        {
            "start": 956644265,
            "stop": 956644322
        },
        {
            "start": 956644328,
            "stop": 956646164
        },
        {
            "start": 956646170,
            "stop": 956646621
        },
        {
            "start": 956646627,
            "stop": 956651403
        },
        {
            "start": 956651409,
            "stop": 956662573
        },
        {
            "start": 956662579,
            "stop": 956666692
        },
        {
            "start": 956669733,
            "stop": 956681304
        },
        {
            "start": 956682539,
            "stop": 956690957
        },
        {
            "start": 956691687,
            "stop": 956692025
        },
        {
            "start": 956692767,
            "stop": 956693689
        },
        {
            "start": 956694552,
            "stop": 956694717
        },
        {
            "start": 956695034,
            "stop": 956705190
        },
        {
            "start": 956715746,
            "stop": 956751295
        },
        {
            "start": 956754457,
            "stop": 956808684
        },
        {
            "start": 956808690,
            "stop": 956822684
        },
        {
            "start": 956822690,
            "stop": 956831598
        }
    ]
}