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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3182",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3180",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3181,
    "results": [
        {
            "start": 870105574,
            "stop": 870106080
        },
        {
            "start": 870106140,
            "stop": 870106890
        },
        {
            "start": 870106895,
            "stop": 870106955
        },
        {
            "start": 870107145,
            "stop": 870108060
        },
        {
            "start": 870108180,
            "stop": 870108230
        },
        {
            "start": 870108238,
            "stop": 870108240
        },
        {
            "start": 870108360,
            "stop": 870109904
        },
        {
            "start": 870110085,
            "stop": 870110280
        },
        {
            "start": 870110400,
            "stop": 870110612
        },
        {
            "start": 870110716,
            "stop": 870110744
        },
        {
            "start": 870110925,
            "stop": 870113280
        },
        {
            "start": 870113340,
            "stop": 870113460
        },
        {
            "start": 870113520,
            "stop": 870115380
        },
        {
            "start": 870115500,
            "stop": 870115723
        },
        {
            "start": 870115727,
            "stop": 870119340
        },
        {
            "start": 870119400,
            "stop": 870119453
        },
        {
            "start": 870119459,
            "stop": 870119657
        },
        {
            "start": 870119662,
            "stop": 870121904
        },
        {
            "start": 870122085,
            "stop": 870122292
        },
        {
            "start": 870122978,
            "stop": 870123641
        }
    ]
}