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=129
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=130",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=128",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 129,
    "results": [
        {
            "start": 1239553365,
            "stop": 1239553590
        },
        {
            "start": 1239553591,
            "stop": 1239553858
        },
        {
            "start": 1239553861,
            "stop": 1239553872
        },
        {
            "start": 1239553875,
            "stop": 1239554023
        },
        {
            "start": 1239554026,
            "stop": 1239554135
        },
        {
            "start": 1239554617,
            "stop": 1239554703
        },
        {
            "start": 1239554705,
            "stop": 1239555274
        },
        {
            "start": 1239555275,
            "stop": 1239555289
        },
        {
            "start": 1239555290,
            "stop": 1239555405
        },
        {
            "start": 1239555408,
            "stop": 1239555600
        },
        {
            "start": 1239555603,
            "stop": 1239555693
        },
        {
            "start": 1239555696,
            "stop": 1239555713
        },
        {
            "start": 1239555715,
            "stop": 1239555720
        },
        {
            "start": 1239555721,
            "stop": 1239555924
        },
        {
            "start": 1239555927,
            "stop": 1239555939
        },
        {
            "start": 1239555940,
            "stop": 1239555985
        },
        {
            "start": 1239555986,
            "stop": 1239556754
        },
        {
            "start": 1239556757,
            "stop": 1239556772
        },
        {
            "start": 1239556775,
            "stop": 1239556820
        },
        {
            "start": 1239556821,
            "stop": 1239557201
        }
    ]
}