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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=351",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=349",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 350,
    "results": [
        {
            "start": 931785685,
            "stop": 931785692
        },
        {
            "start": 931785694,
            "stop": 931785698
        },
        {
            "start": 931788495,
            "stop": 931788496
        },
        {
            "start": 931788497,
            "stop": 931788499
        },
        {
            "start": 931788507,
            "stop": 931788508
        },
        {
            "start": 931788511,
            "stop": 931788515
        },
        {
            "start": 931788517,
            "stop": 931788518
        },
        {
            "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
        }
    ]
}