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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=368",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=366",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 367,
    "results": [
        {
            "start": 939623659,
            "stop": 939623737
        },
        {
            "start": 939623740,
            "stop": 939623764
        },
        {
            "start": 939623767,
            "stop": 939623789
        },
        {
            "start": 939623792,
            "stop": 939623859
        },
        {
            "start": 939623862,
            "stop": 939623902
        },
        {
            "start": 939623905,
            "stop": 939624015
        },
        {
            "start": 939624018,
            "stop": 939624322
        },
        {
            "start": 939624325,
            "stop": 939624377
        },
        {
            "start": 939624380,
            "stop": 939624385
        },
        {
            "start": 939624389,
            "stop": 939624636
        },
        {
            "start": 939624639,
            "stop": 939624751
        },
        {
            "start": 939624754,
            "stop": 939624780
        },
        {
            "start": 939624786,
            "stop": 939624821
        },
        {
            "start": 939624824,
            "stop": 939625053
        },
        {
            "start": 939625056,
            "stop": 939625059
        },
        {
            "start": 939625062,
            "stop": 939625179
        },
        {
            "start": 939625182,
            "stop": 939625194
        },
        {
            "start": 939625197,
            "stop": 939625202
        },
        {
            "start": 939625205,
            "stop": 939625210
        },
        {
            "start": 939625214,
            "stop": 939625215
        }
    ]
}