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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=317",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=315",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 316,
    "results": [
        {
            "start": 833405895,
            "stop": 833405955
        },
        {
            "start": 833406463,
            "stop": 833406523
        },
        {
            "start": 833407078,
            "stop": 833407138
        },
        {
            "start": 833407305,
            "stop": 833408025
        },
        {
            "start": 833408511,
            "stop": 833408631
        },
        {
            "start": 833409139,
            "stop": 833409199
        },
        {
            "start": 833409368,
            "stop": 833409788
        },
        {
            "start": 833410226,
            "stop": 833410466
        },
        {
            "start": 833410956,
            "stop": 833411016
        },
        {
            "start": 833411166,
            "stop": 833412366
        },
        {
            "start": 833413864,
            "stop": 833414704
        },
        {
            "start": 833415380,
            "stop": 833416040
        },
        {
            "start": 833416199,
            "stop": 833417939
        },
        {
            "start": 833419475,
            "stop": 833419535
        },
        {
            "start": 833419685,
            "stop": 833424905
        },
        {
            "start": 833424935,
            "stop": 833425355
        },
        {
            "start": 833426608,
            "stop": 833429308
        },
        {
            "start": 833429518,
            "stop": 833430718
        },
        {
            "start": 833432125,
            "stop": 833433145
        },
        {
            "start": 833434466,
            "stop": 833436986
        }
    ]
}