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=33062
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=33063",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33061",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33062,
    "results": [
        {
            "start": 970425948,
            "stop": 970425951
        },
        {
            "start": 970425954,
            "stop": 970425962
        },
        {
            "start": 970425963,
            "stop": 970425966
        },
        {
            "start": 970425969,
            "stop": 970425970
        },
        {
            "start": 970425977,
            "stop": 970425981
        },
        {
            "start": 970425982,
            "stop": 970425985
        },
        {
            "start": 970425988,
            "stop": 970425990
        },
        {
            "start": 970425991,
            "stop": 970425992
        },
        {
            "start": 970425994,
            "stop": 970425996
        },
        {
            "start": 970425997,
            "stop": 970426006
        },
        {
            "start": 970426009,
            "stop": 970426010
        },
        {
            "start": 970426011,
            "stop": 970426012
        },
        {
            "start": 970426014,
            "stop": 970426016
        },
        {
            "start": 970426017,
            "stop": 970426020
        },
        {
            "start": 970426022,
            "stop": 970426026
        },
        {
            "start": 970426027,
            "stop": 970426029
        },
        {
            "start": 970426030,
            "stop": 970426034
        },
        {
            "start": 970426040,
            "stop": 970426044
        },
        {
            "start": 970426050,
            "stop": 970426051
        },
        {
            "start": 970426054,
            "stop": 970426055
        }
    ]
}