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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=126",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=124",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 125,
    "results": [
        {
            "start": 830779682,
            "stop": 830797453
        },
        {
            "start": 830797755,
            "stop": 830800813
        },
        {
            "start": 830802185,
            "stop": 830804411
        },
        {
            "start": 830804568,
            "stop": 830811416
        },
        {
            "start": 830811945,
            "stop": 830815433
        },
        {
            "start": 830816146,
            "stop": 830838749
        },
        {
            "start": 830838752,
            "stop": 830838758
        },
        {
            "start": 830838938,
            "stop": 830845748
        },
        {
            "start": 830846122,
            "stop": 830846469
        },
        {
            "start": 830846708,
            "stop": 830855003
        },
        {
            "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": 830931885
        },
        {
            "start": 830931888,
            "stop": 830985426
        }
    ]
}