Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=321
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=322",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=320",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 321,
    "results": [
        {
            "start": 868903798,
            "stop": 868908979
        },
        {
            "start": 868909485,
            "stop": 868916426
        },
        {
            "start": 868916827,
            "stop": 868919078
        },
        {
            "start": 868921268,
            "stop": 868928733
        },
        {
            "start": 868946045,
            "stop": 868958785
        },
        {
            "start": 868958787,
            "stop": 868987990
        },
        {
            "start": 868988100,
            "stop": 868989324
        },
        {
            "start": 868989624,
            "stop": 869005207
        },
        {
            "start": 869005435,
            "stop": 869006481
        },
        {
            "start": 869006797,
            "stop": 869006859
        },
        {
            "start": 869007193,
            "stop": 869007207
        },
        {
            "start": 869007537,
            "stop": 869020038
        },
        {
            "start": 869020338,
            "stop": 869020490
        },
        {
            "start": 869020794,
            "stop": 869051352
        },
        {
            "start": 869053115,
            "stop": 869059948
        },
        {
            "start": 869061943,
            "stop": 869067735
        },
        {
            "start": 869069964,
            "stop": 869151449
        },
        {
            "start": 869151451,
            "stop": 869156211
        },
        {
            "start": 869156213,
            "stop": 869164320
        },
        {
            "start": 869164620,
            "stop": 869171261
        }
    ]
}