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=245
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=246",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=244",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 245,
    "results": [
        {
            "start": 847371228,
            "stop": 847371277
        },
        {
            "start": 847371281,
            "stop": 847371291
        },
        {
            "start": 847371296,
            "stop": 847371339
        },
        {
            "start": 847371344,
            "stop": 847371359
        },
        {
            "start": 847371391,
            "stop": 847371398
        },
        {
            "start": 847371401,
            "stop": 847371431
        },
        {
            "start": 847371445,
            "stop": 847371451
        },
        {
            "start": 847371455,
            "stop": 847371461
        },
        {
            "start": 847371465,
            "stop": 847371495
        },
        {
            "start": 847371499,
            "stop": 847371519
        },
        {
            "start": 847371527,
            "stop": 847371542
        },
        {
            "start": 847371551,
            "stop": 847371556
        },
        {
            "start": 847371560,
            "stop": 847371594
        },
        {
            "start": 847371603,
            "stop": 847371613
        },
        {
            "start": 847371622,
            "stop": 847371643
        },
        {
            "start": 847371647,
            "stop": 847371691
        },
        {
            "start": 847371695,
            "stop": 847371711
        },
        {
            "start": 847371715,
            "stop": 847371725
        },
        {
            "start": 847371734,
            "stop": 847371740
        },
        {
            "start": 847371744,
            "stop": 847371754
        }
    ]
}