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/S5/timelines/H1_BURST_CAT1/segments?format=api&page=69
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=70",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=68",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 69,
    "results": [
        {
            "start": 824511234,
            "stop": 824511249
        },
        {
            "start": 824511252,
            "stop": 824511253
        },
        {
            "start": 824511255,
            "stop": 824511257
        },
        {
            "start": 824511261,
            "stop": 824511269
        },
        {
            "start": 824511271,
            "stop": 824511275
        },
        {
            "start": 824511277,
            "stop": 824511282
        },
        {
            "start": 824511284,
            "stop": 824511306
        },
        {
            "start": 824521701,
            "stop": 824567167
        },
        {
            "start": 824596147,
            "stop": 824596571
        },
        {
            "start": 824599275,
            "stop": 824604234
        },
        {
            "start": 824607207,
            "stop": 824607632
        },
        {
            "start": 824611030,
            "stop": 824612810
        },
        {
            "start": 824612959,
            "stop": 824618471
        },
        {
            "start": 824618581,
            "stop": 824619579
        },
        {
            "start": 824619879,
            "stop": 824624608
        },
        {
            "start": 824626985,
            "stop": 824628934
        },
        {
            "start": 824672944,
            "stop": 824674263
        },
        {
            "start": 824675518,
            "stop": 824676087
        },
        {
            "start": 824676530,
            "stop": 824676654
        },
        {
            "start": 824676764,
            "stop": 824678427
        }
    ]
}