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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=154",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=152",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 153,
    "results": [
        {
            "start": 830779682,
            "stop": 830797453
        },
        {
            "start": 830797463,
            "stop": 830797464
        },
        {
            "start": 830797755,
            "stop": 830800813
        },
        {
            "start": 830802185,
            "stop": 830804412
        },
        {
            "start": 830804568,
            "stop": 830811416
        },
        {
            "start": 830811945,
            "stop": 830815433
        },
        {
            "start": 830816146,
            "stop": 830838759
        },
        {
            "start": 830838938,
            "stop": 830845749
        },
        {
            "start": 830846122,
            "stop": 830846470
        },
        {
            "start": 830846708,
            "stop": 830855004
        },
        {
            "start": 830855231,
            "stop": 830857489
        },
        {
            "start": 830858447,
            "stop": 830862313
        },
        {
            "start": 830862909,
            "stop": 830872513
        },
        {
            "start": 830880868,
            "stop": 830882763
        },
        {
            "start": 830883421,
            "stop": 830889168
        },
        {
            "start": 830889794,
            "stop": 830892673
        },
        {
            "start": 830893667,
            "stop": 830895253
        },
        {
            "start": 830896061,
            "stop": 830904844
        },
        {
            "start": 830907460,
            "stop": 830985426
        },
        {
            "start": 830987114,
            "stop": 830999164
        }
    ]
}