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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5176",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5174",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5175,
    "results": [
        {
            "start": 1137022551,
            "stop": 1137022552
        },
        {
            "start": 1137022554,
            "stop": 1137022563
        },
        {
            "start": 1137022565,
            "stop": 1137022568
        },
        {
            "start": 1137022569,
            "stop": 1137022572
        },
        {
            "start": 1137022574,
            "stop": 1137022585
        },
        {
            "start": 1137022586,
            "stop": 1137022610
        },
        {
            "start": 1137022612,
            "stop": 1137022632
        },
        {
            "start": 1137022635,
            "stop": 1137022636
        },
        {
            "start": 1137022640,
            "stop": 1137022642
        },
        {
            "start": 1137022644,
            "stop": 1137022651
        },
        {
            "start": 1137022653,
            "stop": 1137022654
        },
        {
            "start": 1137022658,
            "stop": 1137022666
        },
        {
            "start": 1137022667,
            "stop": 1137022673
        },
        {
            "start": 1137022674,
            "stop": 1137022708
        },
        {
            "start": 1137022710,
            "stop": 1137022735
        },
        {
            "start": 1137022737,
            "stop": 1137022741
        },
        {
            "start": 1137022743,
            "stop": 1137022753
        },
        {
            "start": 1137022757,
            "stop": 1137022759
        },
        {
            "start": 1137022761,
            "stop": 1137022785
        },
        {
            "start": 1137022787,
            "stop": 1137022802
        }
    ]
}