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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=284",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=282",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 283,
    "results": [
        {
            "start": 931788519,
            "stop": 931788524
        },
        {
            "start": 931788526,
            "stop": 931788528
        },
        {
            "start": 931788531,
            "stop": 931788532
        },
        {
            "start": 931788533,
            "stop": 931788548
        },
        {
            "start": 931788551,
            "stop": 931788554
        },
        {
            "start": 931788558,
            "stop": 931788559
        },
        {
            "start": 931788561,
            "stop": 931788573
        },
        {
            "start": 931788574,
            "stop": 931788576
        },
        {
            "start": 931788578,
            "stop": 931788582
        },
        {
            "start": 931788586,
            "stop": 931788587
        },
        {
            "start": 931788606,
            "stop": 931788608
        },
        {
            "start": 931788610,
            "stop": 931788612
        },
        {
            "start": 931788617,
            "stop": 931788626
        },
        {
            "start": 931788628,
            "stop": 931788629
        },
        {
            "start": 931788644,
            "stop": 931788645
        },
        {
            "start": 931788648,
            "stop": 931788649
        },
        {
            "start": 931788652,
            "stop": 931788654
        },
        {
            "start": 931788659,
            "stop": 931788664
        },
        {
            "start": 931788666,
            "stop": 931788668
        },
        {
            "start": 931788670,
            "stop": 931788674
        }
    ]
}