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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=210",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=208",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 209,
    "results": [
        {
            "start": 1240041368,
            "stop": 1240041590
        },
        {
            "start": 1240041591,
            "stop": 1240041996
        },
        {
            "start": 1240041997,
            "stop": 1240042305
        },
        {
            "start": 1240042306,
            "stop": 1240042658
        },
        {
            "start": 1240042659,
            "stop": 1240042962
        },
        {
            "start": 1240042965,
            "stop": 1240043009
        },
        {
            "start": 1240043010,
            "stop": 1240043035
        },
        {
            "start": 1240043036,
            "stop": 1240043284
        },
        {
            "start": 1240043285,
            "stop": 1240043618
        },
        {
            "start": 1240043621,
            "stop": 1240043806
        },
        {
            "start": 1240043807,
            "stop": 1240043856
        },
        {
            "start": 1240043857,
            "stop": 1240043884
        },
        {
            "start": 1240043885,
            "stop": 1240044666
        },
        {
            "start": 1240044667,
            "stop": 1240044772
        },
        {
            "start": 1240044775,
            "stop": 1240045045
        },
        {
            "start": 1240045046,
            "stop": 1240045048
        },
        {
            "start": 1240045049,
            "stop": 1240045319
        },
        {
            "start": 1240045322,
            "stop": 1240045563
        },
        {
            "start": 1240045564,
            "stop": 1240045607
        },
        {
            "start": 1240045609,
            "stop": 1240045652
        }
    ]
}