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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=297",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=295",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 296,
    "results": [
        {
            "start": 822781460,
            "stop": 822781461
        },
        {
            "start": 822782446,
            "stop": 822783558
        },
        {
            "start": 822783561,
            "stop": 822784372
        },
        {
            "start": 822784375,
            "stop": 822785029
        },
        {
            "start": 822785033,
            "stop": 822785927
        },
        {
            "start": 822785930,
            "stop": 822786584
        },
        {
            "start": 822786765,
            "stop": 822787684
        },
        {
            "start": 822787687,
            "stop": 822788346
        },
        {
            "start": 822788349,
            "stop": 822789180
        },
        {
            "start": 822789240,
            "stop": 822789344
        },
        {
            "start": 822789525,
            "stop": 822789837
        },
        {
            "start": 822789841,
            "stop": 822790417
        },
        {
            "start": 822790420,
            "stop": 822790604
        },
        {
            "start": 822790785,
            "stop": 822790830
        },
        {
            "start": 822790833,
            "stop": 822790964
        },
        {
            "start": 822791205,
            "stop": 822792023
        },
        {
            "start": 822792027,
            "stop": 822792522
        },
        {
            "start": 822792525,
            "stop": 822792867
        },
        {
            "start": 822792870,
            "stop": 822793184
        },
        {
            "start": 822793497,
            "stop": 822793560
        }
    ]
}