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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=248",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=246",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 247,
    "results": [
        {
            "start": 847381423,
            "stop": 847381429
        },
        {
            "start": 847381472,
            "stop": 847381512
        },
        {
            "start": 847381525,
            "stop": 847381564
        },
        {
            "start": 847381568,
            "stop": 847381584
        },
        {
            "start": 847381587,
            "stop": 847381593
        },
        {
            "start": 847381597,
            "stop": 847381660
        },
        {
            "start": 847381669,
            "stop": 847382271
        },
        {
            "start": 847382279,
            "stop": 847382294
        },
        {
            "start": 847382298,
            "stop": 847382318
        },
        {
            "start": 847382346,
            "stop": 847383202
        },
        {
            "start": 847383206,
            "stop": 847383317
        },
        {
            "start": 847383320,
            "stop": 847383676
        },
        {
            "start": 847383679,
            "stop": 847383718
        },
        {
            "start": 847383722,
            "stop": 847383791
        },
        {
            "start": 847383795,
            "stop": 847383854
        },
        {
            "start": 847383858,
            "stop": 847384203
        },
        {
            "start": 847384207,
            "stop": 847384469
        },
        {
            "start": 847384502,
            "stop": 847384512
        },
        {
            "start": 847384521,
            "stop": 847384527
        },
        {
            "start": 847384550,
            "stop": 847384555
        }
    ]
}