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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=811",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=809",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 810,
    "results": [
        {
            "start": 861999282,
            "stop": 862002582
        },
        {
            "start": 862002714,
            "stop": 862002894
        },
        {
            "start": 862004082,
            "stop": 862006782
        },
        {
            "start": 862007819,
            "stop": 862009739
        },
        {
            "start": 862040174,
            "stop": 862045934
        },
        {
            "start": 862046084,
            "stop": 862047254
        },
        {
            "start": 862047404,
            "stop": 862049594
        },
        {
            "start": 862049822,
            "stop": 862050422
        },
        {
            "start": 862050572,
            "stop": 862050722
        },
        {
            "start": 862050878,
            "stop": 862054838
        },
        {
            "start": 862054989,
            "stop": 862055229
        },
        {
            "start": 862055379,
            "stop": 862058499
        },
        {
            "start": 862058661,
            "stop": 862058841
        },
        {
            "start": 862060106,
            "stop": 862060526
        },
        {
            "start": 862060686,
            "stop": 862061406
        },
        {
            "start": 862061565,
            "stop": 862062585
        },
        {
            "start": 862062751,
            "stop": 862063171
        },
        {
            "start": 862065166,
            "stop": 862065346
        },
        {
            "start": 862066336,
            "stop": 862066576
        },
        {
            "start": 862085775,
            "stop": 862086075
        }
    ]
}