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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33171",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33169",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33170,
    "results": [
        {
            "start": 970743361,
            "stop": 970743401
        },
        {
            "start": 970743404,
            "stop": 970743722
        },
        {
            "start": 970743724,
            "stop": 970743934
        },
        {
            "start": 970743935,
            "stop": 970744036
        },
        {
            "start": 970744039,
            "stop": 970744484
        },
        {
            "start": 970744487,
            "stop": 970744686
        },
        {
            "start": 970744689,
            "stop": 970744787
        },
        {
            "start": 970744788,
            "stop": 970744834
        },
        {
            "start": 970744836,
            "stop": 970744916
        },
        {
            "start": 970744919,
            "stop": 970745246
        },
        {
            "start": 970745249,
            "stop": 970745502
        },
        {
            "start": 970745505,
            "stop": 970745532
        },
        {
            "start": 970745535,
            "stop": 970745544
        },
        {
            "start": 970745547,
            "stop": 970745582
        },
        {
            "start": 970745585,
            "stop": 970745911
        },
        {
            "start": 970745912,
            "stop": 970746225
        },
        {
            "start": 970746226,
            "stop": 970746701
        },
        {
            "start": 970746702,
            "stop": 970747204
        },
        {
            "start": 970747207,
            "stop": 970747417
        },
        {
            "start": 970747420,
            "stop": 970747557
        }
    ]
}