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=862
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=863",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=861",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 862,
    "results": [
        {
            "start": 862050878,
            "stop": 862053968
        },
        {
            "start": 862054118,
            "stop": 862054838
        },
        {
            "start": 862054989,
            "stop": 862055229
        },
        {
            "start": 862055379,
            "stop": 862058499
        },
        {
            "start": 862058661,
            "stop": 862058841
        },
        {
            "start": 862060106,
            "stop": 862060526
        },
        {
            "start": 862060686,
            "stop": 862061316
        },
        {
            "start": 862061565,
            "stop": 862061775
        },
        {
            "start": 862061835,
            "stop": 862062585
        },
        {
            "start": 862062751,
            "stop": 862063171
        },
        {
            "start": 862065166,
            "stop": 862065346
        },
        {
            "start": 862066336,
            "stop": 862066576
        },
        {
            "start": 862088623,
            "stop": 862089283
        },
        {
            "start": 862089846,
            "stop": 862092396
        },
        {
            "start": 862092486,
            "stop": 862094646
        },
        {
            "start": 862128200,
            "stop": 862130180
        },
        {
            "start": 862132052,
            "stop": 862134002
        },
        {
            "start": 862134212,
            "stop": 862139732
        },
        {
            "start": 862143932,
            "stop": 862148912
        },
        {
            "start": 862150691,
            "stop": 862151171
        }
    ]
}