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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=825",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=823",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 824,
    "results": [
        {
            "start": 1250340605,
            "stop": 1250340818
        },
        {
            "start": 1250340823,
            "stop": 1250340826
        },
        {
            "start": 1250340830,
            "stop": 1250341042
        },
        {
            "start": 1250341046,
            "stop": 1250341049
        },
        {
            "start": 1250341058,
            "stop": 1250341687
        },
        {
            "start": 1250341692,
            "stop": 1250341751
        },
        {
            "start": 1250341756,
            "stop": 1250341821
        },
        {
            "start": 1250341826,
            "stop": 1250341833
        },
        {
            "start": 1250341838,
            "stop": 1250341842
        },
        {
            "start": 1250341847,
            "stop": 1250341857
        },
        {
            "start": 1250341862,
            "stop": 1250341930
        },
        {
            "start": 1250341935,
            "stop": 1250341943
        },
        {
            "start": 1250341951,
            "stop": 1250341984
        },
        {
            "start": 1250341989,
            "stop": 1250342021
        },
        {
            "start": 1250342026,
            "stop": 1250342031
        },
        {
            "start": 1250342036,
            "stop": 1250342037
        },
        {
            "start": 1250342042,
            "stop": 1250342051
        },
        {
            "start": 1250342056,
            "stop": 1250342072
        },
        {
            "start": 1250342077,
            "stop": 1250342080
        },
        {
            "start": 1250342083,
            "stop": 1250342245
        }
    ]
}