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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=144",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=142",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 143,
    "results": [
        {
            "start": 819734071,
            "stop": 819734169
        },
        {
            "start": 819734172,
            "stop": 819734204
        },
        {
            "start": 819734207,
            "stop": 819734604
        },
        {
            "start": 819734607,
            "stop": 819734620
        },
        {
            "start": 819734623,
            "stop": 819734642
        },
        {
            "start": 819734645,
            "stop": 819734646
        },
        {
            "start": 819734649,
            "stop": 819734823
        },
        {
            "start": 819734826,
            "stop": 819734844
        },
        {
            "start": 819753864,
            "stop": 819754134
        },
        {
            "start": 819754137,
            "stop": 819754334
        },
        {
            "start": 819754337,
            "stop": 819755918
        },
        {
            "start": 819755921,
            "stop": 819755928
        },
        {
            "start": 819755932,
            "stop": 819756134
        },
        {
            "start": 819757195,
            "stop": 819757242
        },
        {
            "start": 819757245,
            "stop": 819757622
        },
        {
            "start": 819757625,
            "stop": 819759026
        },
        {
            "start": 819759029,
            "stop": 819759285
        },
        {
            "start": 819759288,
            "stop": 819760281
        },
        {
            "start": 819760683,
            "stop": 819760890
        },
        {
            "start": 819761290,
            "stop": 819761783
        }
    ]
}