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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=4",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=2",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 3,
    "results": [
        {
            "start": 815206070,
            "stop": 815206088
        },
        {
            "start": 815206092,
            "stop": 815206108
        },
        {
            "start": 815206111,
            "stop": 815206178
        },
        {
            "start": 815206182,
            "stop": 815206258
        },
        {
            "start": 815206261,
            "stop": 815206345
        },
        {
            "start": 815206349,
            "stop": 815206441
        },
        {
            "start": 815206444,
            "stop": 815206533
        },
        {
            "start": 815206536,
            "stop": 815206543
        },
        {
            "start": 815206546,
            "stop": 815206618
        },
        {
            "start": 815206621,
            "stop": 815206761
        },
        {
            "start": 815206765,
            "stop": 815206866
        },
        {
            "start": 815206869,
            "stop": 815206898
        },
        {
            "start": 815206902,
            "stop": 815207011
        },
        {
            "start": 815207015,
            "stop": 815207028
        },
        {
            "start": 815207031,
            "stop": 815207132
        },
        {
            "start": 815207136,
            "stop": 815207223
        },
        {
            "start": 815207226,
            "stop": 815207240
        },
        {
            "start": 815207243,
            "stop": 815207416
        },
        {
            "start": 815207419,
            "stop": 815207533
        },
        {
            "start": 815207537,
            "stop": 815207595
        }
    ]
}