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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1799",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1797",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1798,
    "results": [
        {
            "start": 1249699883,
            "stop": 1249699884
        },
        {
            "start": 1249699885,
            "stop": 1249699886
        },
        {
            "start": 1249699891,
            "stop": 1249700242
        },
        {
            "start": 1249700244,
            "stop": 1249700247
        },
        {
            "start": 1249700249,
            "stop": 1249700250
        },
        {
            "start": 1249700252,
            "stop": 1249701455
        },
        {
            "start": 1249701458,
            "stop": 1249703425
        },
        {
            "start": 1249703433,
            "stop": 1249703616
        },
        {
            "start": 1249703619,
            "stop": 1249704612
        },
        {
            "start": 1249704621,
            "stop": 1249704623
        },
        {
            "start": 1249704635,
            "stop": 1249704636
        },
        {
            "start": 1249704674,
            "stop": 1249704675
        },
        {
            "start": 1249704707,
            "stop": 1249704708
        },
        {
            "start": 1249704793,
            "stop": 1249705321
        },
        {
            "start": 1249705324,
            "stop": 1249705530
        },
        {
            "start": 1249705533,
            "stop": 1249705766
        },
        {
            "start": 1249705769,
            "stop": 1249705804
        },
        {
            "start": 1249705807,
            "stop": 1249706506
        },
        {
            "start": 1249706509,
            "stop": 1249707116
        },
        {
            "start": 1249707119,
            "stop": 1249708344
        }
    ]
}