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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=600",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=598",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 599,
    "results": [
        {
            "start": 1265014588,
            "stop": 1265014591
        },
        {
            "start": 1265014592,
            "stop": 1265014613
        },
        {
            "start": 1265014615,
            "stop": 1265014666
        },
        {
            "start": 1265014667,
            "stop": 1265014837
        },
        {
            "start": 1265014838,
            "stop": 1265014849
        },
        {
            "start": 1265014850,
            "stop": 1265014851
        },
        {
            "start": 1265014852,
            "stop": 1265014854
        },
        {
            "start": 1265014857,
            "stop": 1265014860
        },
        {
            "start": 1265014861,
            "stop": 1265014905
        },
        {
            "start": 1265014906,
            "stop": 1265014907
        },
        {
            "start": 1265014908,
            "stop": 1265014910
        },
        {
            "start": 1265014912,
            "stop": 1265014918
        },
        {
            "start": 1265014920,
            "stop": 1265014926
        },
        {
            "start": 1265014927,
            "stop": 1265014965
        },
        {
            "start": 1265014966,
            "stop": 1265015001
        },
        {
            "start": 1265015002,
            "stop": 1265015075
        },
        {
            "start": 1265015076,
            "stop": 1265015227
        },
        {
            "start": 1265015228,
            "stop": 1265015315
        },
        {
            "start": 1265015316,
            "stop": 1265015317
        },
        {
            "start": 1265015318,
            "stop": 1265015423
        }
    ]
}