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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=550",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=548",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 549,
    "results": [
        {
            "start": 1262809393,
            "stop": 1262809410
        },
        {
            "start": 1262809416,
            "stop": 1262809438
        },
        {
            "start": 1262809441,
            "stop": 1262809442
        },
        {
            "start": 1262809444,
            "stop": 1262809458
        },
        {
            "start": 1262809461,
            "stop": 1262809526
        },
        {
            "start": 1262809532,
            "stop": 1262809536
        },
        {
            "start": 1262809539,
            "stop": 1262809549
        },
        {
            "start": 1262809552,
            "stop": 1262809554
        },
        {
            "start": 1262809557,
            "stop": 1262809589
        },
        {
            "start": 1262809592,
            "stop": 1262809661
        },
        {
            "start": 1262809664,
            "stop": 1262809671
        },
        {
            "start": 1262809674,
            "stop": 1262809678
        },
        {
            "start": 1262809681,
            "stop": 1262809773
        },
        {
            "start": 1262809779,
            "stop": 1262809783
        },
        {
            "start": 1262809786,
            "stop": 1262809829
        },
        {
            "start": 1262809832,
            "stop": 1262809834
        },
        {
            "start": 1262809837,
            "stop": 1262809853
        },
        {
            "start": 1262809856,
            "stop": 1262809870
        },
        {
            "start": 1262809873,
            "stop": 1262809894
        },
        {
            "start": 1262809897,
            "stop": 1262809898
        }
    ]
}