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=96
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=97",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=95",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 96,
    "results": [
        {
            "start": 1126566964,
            "stop": 1126567022
        },
        {
            "start": 1126567024,
            "stop": 1126567204
        },
        {
            "start": 1126567206,
            "stop": 1126567256
        },
        {
            "start": 1126567258,
            "stop": 1126567336
        },
        {
            "start": 1126567338,
            "stop": 1126567366
        },
        {
            "start": 1126567368,
            "stop": 1126568051
        },
        {
            "start": 1126568053,
            "stop": 1126568432
        },
        {
            "start": 1126568433,
            "stop": 1126568779
        },
        {
            "start": 1126568780,
            "stop": 1126569156
        },
        {
            "start": 1126569158,
            "stop": 1126569518
        },
        {
            "start": 1126569520,
            "stop": 1126569584
        },
        {
            "start": 1126569585,
            "stop": 1126569861
        },
        {
            "start": 1126569862,
            "stop": 1126570142
        },
        {
            "start": 1126570143,
            "stop": 1126570145
        },
        {
            "start": 1126570146,
            "stop": 1126570147
        },
        {
            "start": 1126570150,
            "stop": 1126570172
        },
        {
            "start": 1126570174,
            "stop": 1126570198
        },
        {
            "start": 1126570200,
            "stop": 1126570237
        },
        {
            "start": 1126570238,
            "stop": 1126570243
        },
        {
            "start": 1126570245,
            "stop": 1126570251
        }
    ]
}