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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3654",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3652",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3653,
    "results": [
        {
            "start": 970678908,
            "stop": 970679155
        },
        {
            "start": 970679158,
            "stop": 970679219
        },
        {
            "start": 970679222,
            "stop": 970679437
        },
        {
            "start": 970679438,
            "stop": 970679548
        },
        {
            "start": 970679551,
            "stop": 970681028
        },
        {
            "start": 970681029,
            "stop": 970681144
        },
        {
            "start": 970681147,
            "stop": 970681216
        },
        {
            "start": 970681219,
            "stop": 970681518
        },
        {
            "start": 970681521,
            "stop": 970682571
        },
        {
            "start": 970682582,
            "stop": 970682825
        },
        {
            "start": 970682826,
            "stop": 970682969
        },
        {
            "start": 970682972,
            "stop": 970683869
        },
        {
            "start": 970683872,
            "stop": 970684435
        },
        {
            "start": 970684438,
            "stop": 970684504
        },
        {
            "start": 970684505,
            "stop": 970684961
        },
        {
            "start": 970684964,
            "stop": 970685130
        },
        {
            "start": 970685133,
            "stop": 970686162
        },
        {
            "start": 970686163,
            "stop": 970686594
        },
        {
            "start": 970686597,
            "stop": 970687031
        },
        {
            "start": 970687034,
            "stop": 970687838
        }
    ]
}