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=468
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=469",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=467",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 468,
    "results": [
        {
            "start": 952594296,
            "stop": 952595533
        },
        {
            "start": 952597799,
            "stop": 952601528
        },
        {
            "start": 952603580,
            "stop": 952614805
        },
        {
            "start": 952617757,
            "stop": 952620905
        },
        {
            "start": 952620906,
            "stop": 952620907
        },
        {
            "start": 952620908,
            "stop": 952641040
        },
        {
            "start": 952643611,
            "stop": 952657449
        },
        {
            "start": 952675980,
            "stop": 952682495
        },
        {
            "start": 952684948,
            "stop": 952685196
        },
        {
            "start": 952685197,
            "stop": 952685198
        },
        {
            "start": 952685199,
            "stop": 952691975
        },
        {
            "start": 952695103,
            "stop": 952696979
        },
        {
            "start": 952696980,
            "stop": 952696981
        },
        {
            "start": 952696982,
            "stop": 952699185
        },
        {
            "start": 952727308,
            "stop": 952732079
        },
        {
            "start": 952733312,
            "stop": 952737902
        },
        {
            "start": 952740079,
            "stop": 952742104
        },
        {
            "start": 952747367,
            "stop": 952754497
        },
        {
            "start": 952756478,
            "stop": 952765944
        },
        {
            "start": 952772215,
            "stop": 952772332
        }
    ]
}