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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=54",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=52",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 53,
    "results": [
        {
            "start": 931082791,
            "stop": 931082797
        },
        {
            "start": 931082800,
            "stop": 931082801
        },
        {
            "start": 931082802,
            "stop": 931082804
        },
        {
            "start": 931082805,
            "stop": 931082807
        },
        {
            "start": 931082810,
            "stop": 931082814
        },
        {
            "start": 931082815,
            "stop": 931082816
        },
        {
            "start": 931082817,
            "stop": 931082820
        },
        {
            "start": 931082821,
            "stop": 931082823
        },
        {
            "start": 931082826,
            "stop": 931082828
        },
        {
            "start": 931082831,
            "stop": 931082833
        },
        {
            "start": 931082835,
            "stop": 931082838
        },
        {
            "start": 931082839,
            "stop": 931082841
        },
        {
            "start": 931082842,
            "stop": 931082844
        },
        {
            "start": 931082846,
            "stop": 931082847
        },
        {
            "start": 931082855,
            "stop": 931082856
        },
        {
            "start": 931082859,
            "stop": 931082860
        },
        {
            "start": 931082861,
            "stop": 931082863
        },
        {
            "start": 931082865,
            "stop": 931082880
        },
        {
            "start": 931082881,
            "stop": 931082885
        },
        {
            "start": 931082886,
            "stop": 931082887
        }
    ]
}