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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=485",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=483",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 484,
    "results": [
        {
            "start": 1262312340,
            "stop": 1262312837
        },
        {
            "start": 1262312887,
            "stop": 1262317394
        },
        {
            "start": 1262317397,
            "stop": 1262325264
        },
        {
            "start": 1262325267,
            "stop": 1262327568
        },
        {
            "start": 1262327571,
            "stop": 1262335868
        },
        {
            "start": 1262335871,
            "stop": 1262335939
        },
        {
            "start": 1262335946,
            "stop": 1262335982
        },
        {
            "start": 1262335985,
            "stop": 1262336013
        },
        {
            "start": 1262336016,
            "stop": 1262336155
        },
        {
            "start": 1262336158,
            "stop": 1262336396
        },
        {
            "start": 1262336399,
            "stop": 1262336668
        },
        {
            "start": 1262336675,
            "stop": 1262336817
        },
        {
            "start": 1262336820,
            "stop": 1262336968
        },
        {
            "start": 1262336971,
            "stop": 1262337318
        },
        {
            "start": 1262337321,
            "stop": 1262337409
        },
        {
            "start": 1262337412,
            "stop": 1262337549
        },
        {
            "start": 1262337552,
            "stop": 1262337634
        },
        {
            "start": 1262337637,
            "stop": 1262337691
        },
        {
            "start": 1262337694,
            "stop": 1262337697
        },
        {
            "start": 1262337700,
            "stop": 1262337718
        }
    ]
}