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=616
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=617",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=615",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 616,
    "results": [
        {
            "start": 1265238397,
            "stop": 1265239036
        },
        {
            "start": 1265239040,
            "stop": 1265239046
        },
        {
            "start": 1265239048,
            "stop": 1265239357
        },
        {
            "start": 1265239360,
            "stop": 1265239365
        },
        {
            "start": 1265239367,
            "stop": 1265239370
        },
        {
            "start": 1265239372,
            "stop": 1265245693
        },
        {
            "start": 1265245695,
            "stop": 1265248709
        },
        {
            "start": 1265248712,
            "stop": 1265249473
        },
        {
            "start": 1265249476,
            "stop": 1265251030
        },
        {
            "start": 1265251034,
            "stop": 1265253238
        },
        {
            "start": 1265253243,
            "stop": 1265259562
        },
        {
            "start": 1265259566,
            "stop": 1265264587
        },
        {
            "start": 1265264590,
            "stop": 1265264682
        },
        {
            "start": 1265264683,
            "stop": 1265265256
        },
        {
            "start": 1265265425,
            "stop": 1265266144
        },
        {
            "start": 1265266145,
            "stop": 1265274176
        },
        {
            "start": 1265274181,
            "stop": 1265275704
        },
        {
            "start": 1265275708,
            "stop": 1265276992
        },
        {
            "start": 1265276994,
            "stop": 1265277635
        },
        {
            "start": 1265277637,
            "stop": 1265277676
        }
    ]
}