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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=619",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=617",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 618,
    "results": [
        {
            "start": 840824154,
            "stop": 840824171
        },
        {
            "start": 840824172,
            "stop": 840832707
        },
        {
            "start": 840832710,
            "stop": 840836135
        },
        {
            "start": 840837224,
            "stop": 840837465
        },
        {
            "start": 840837466,
            "stop": 840837468
        },
        {
            "start": 840837470,
            "stop": 840857557
        },
        {
            "start": 840859259,
            "stop": 840859510
        },
        {
            "start": 840860105,
            "stop": 840862074
        },
        {
            "start": 840862078,
            "stop": 840871990
        },
        {
            "start": 840872558,
            "stop": 840872693
        },
        {
            "start": 840873156,
            "stop": 840873289
        },
        {
            "start": 840874229,
            "stop": 840874240
        },
        {
            "start": 840874785,
            "stop": 840882404
        },
        {
            "start": 840884517,
            "stop": 840889764
        },
        {
            "start": 840890325,
            "stop": 840890562
        },
        {
            "start": 840891141,
            "stop": 840891819
        },
        {
            "start": 840892399,
            "stop": 840894734
        },
        {
            "start": 840895755,
            "stop": 840896251
        },
        {
            "start": 840896806,
            "stop": 840897612
        },
        {
            "start": 840924044,
            "stop": 840926173
        }
    ]
}