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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=187",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=185",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 186,
    "results": [
        {
            "start": 844459817,
            "stop": 844462897
        },
        {
            "start": 844463298,
            "stop": 844464569
        },
        {
            "start": 844464742,
            "stop": 844466466
        },
        {
            "start": 844467044,
            "stop": 844467614
        },
        {
            "start": 844468015,
            "stop": 844468327
        },
        {
            "start": 844468627,
            "stop": 844468666
        },
        {
            "start": 844468776,
            "stop": 844471557
        },
        {
            "start": 844471857,
            "stop": 844485661
        },
        {
            "start": 844485771,
            "stop": 844487295
        },
        {
            "start": 844487595,
            "stop": 844488654
        },
        {
            "start": 844488690,
            "stop": 844497540
        },
        {
            "start": 844497650,
            "stop": 844498408
        },
        {
            "start": 844498708,
            "stop": 844508204
        },
        {
            "start": 844511881,
            "stop": 844514901
        },
        {
            "start": 844515011,
            "stop": 844515661
        },
        {
            "start": 844515961,
            "stop": 844516568
        },
        {
            "start": 844516868,
            "stop": 844526440
        },
        {
            "start": 844560244,
            "stop": 844562533
        },
        {
            "start": 844563287,
            "stop": 844563838
        },
        {
            "start": 844564138,
            "stop": 844567234
        }
    ]
}