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=431
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=432",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=430",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 431,
    "results": [
        {
            "start": 827185783,
            "stop": 827186101
        },
        {
            "start": 827186109,
            "stop": 827186183
        },
        {
            "start": 827186196,
            "stop": 827186259
        },
        {
            "start": 827186266,
            "stop": 827186590
        },
        {
            "start": 827186606,
            "stop": 827186648
        },
        {
            "start": 827186656,
            "stop": 827186659
        },
        {
            "start": 827186667,
            "stop": 827186679
        },
        {
            "start": 827186686,
            "stop": 827186805
        },
        {
            "start": 827186813,
            "stop": 827186990
        },
        {
            "start": 827187130,
            "stop": 827187291
        },
        {
            "start": 827187303,
            "stop": 827187367
        },
        {
            "start": 827187374,
            "stop": 827187567
        },
        {
            "start": 827187575,
            "stop": 827187661
        },
        {
            "start": 827187668,
            "stop": 827187776
        },
        {
            "start": 827187783,
            "stop": 827187826
        },
        {
            "start": 827187834,
            "stop": 827187929
        },
        {
            "start": 827187936,
            "stop": 827188247
        },
        {
            "start": 827188254,
            "stop": 827188278
        },
        {
            "start": 827188285,
            "stop": 827188290
        },
        {
            "start": 827188304,
            "stop": 827188326
        }
    ]
}