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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=217",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=215",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 216,
    "results": [
        {
            "start": 1126868626,
            "stop": 1126868627
        },
        {
            "start": 1126868628,
            "stop": 1126868672
        },
        {
            "start": 1126868674,
            "stop": 1126868968
        },
        {
            "start": 1126868969,
            "stop": 1126869055
        },
        {
            "start": 1126869056,
            "stop": 1126869077
        },
        {
            "start": 1126869078,
            "stop": 1126869081
        },
        {
            "start": 1126869082,
            "stop": 1126869085
        },
        {
            "start": 1126869086,
            "stop": 1126869101
        },
        {
            "start": 1126869102,
            "stop": 1126869269
        },
        {
            "start": 1126869270,
            "stop": 1126869278
        },
        {
            "start": 1126869279,
            "stop": 1126869439
        },
        {
            "start": 1126869440,
            "stop": 1126869442
        },
        {
            "start": 1126869443,
            "stop": 1126869444
        },
        {
            "start": 1126869445,
            "stop": 1126869505
        },
        {
            "start": 1126869508,
            "stop": 1126869600
        },
        {
            "start": 1126869601,
            "stop": 1126869632
        },
        {
            "start": 1126869633,
            "stop": 1126869740
        },
        {
            "start": 1126869742,
            "stop": 1126869855
        },
        {
            "start": 1126869858,
            "stop": 1126869916
        },
        {
            "start": 1126869917,
            "stop": 1126869986
        }
    ]
}