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=334
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=335",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=333",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 334,
    "results": [
        {
            "start": 834218570,
            "stop": 834218810
        },
        {
            "start": 834221410,
            "stop": 834221470
        },
        {
            "start": 834221791,
            "stop": 834222871
        },
        {
            "start": 834223005,
            "stop": 834223845
        },
        {
            "start": 834223989,
            "stop": 834226209
        },
        {
            "start": 834226492,
            "stop": 834226732
        },
        {
            "start": 834226891,
            "stop": 834228091
        },
        {
            "start": 834228251,
            "stop": 834228791
        },
        {
            "start": 834228946,
            "stop": 834229906
        },
        {
            "start": 834230142,
            "stop": 834230262
        },
        {
            "start": 834230567,
            "stop": 834230867
        },
        {
            "start": 834233577,
            "stop": 834234597
        },
        {
            "start": 834234747,
            "stop": 834235107
        },
        {
            "start": 834235271,
            "stop": 834235331
        },
        {
            "start": 834235894,
            "stop": 834235954
        },
        {
            "start": 834236292,
            "stop": 834236352
        },
        {
            "start": 834279253,
            "stop": 834279613
        },
        {
            "start": 834279758,
            "stop": 834279818
        },
        {
            "start": 834280155,
            "stop": 834280275
        },
        {
            "start": 834281128,
            "stop": 834281548
        }
    ]
}