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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=384",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=382",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 383,
    "results": [
        {
            "start": 858132696,
            "stop": 858165025
        },
        {
            "start": 858165327,
            "stop": 858178260
        },
        {
            "start": 858178265,
            "stop": 858182897
        },
        {
            "start": 858183102,
            "stop": 858183940
        },
        {
            "start": 858183945,
            "stop": 858184979
        },
        {
            "start": 858186449,
            "stop": 858191286
        },
        {
            "start": 858191482,
            "stop": 858204081
        },
        {
            "start": 858204208,
            "stop": 858206891
        },
        {
            "start": 858208136,
            "stop": 858217005
        },
        {
            "start": 858217115,
            "stop": 858217308
        },
        {
            "start": 858218348,
            "stop": 858219355
        },
        {
            "start": 858221428,
            "stop": 858268975
        },
        {
            "start": 858269085,
            "stop": 858269730
        },
        {
            "start": 858270498,
            "stop": 858271909
        },
        {
            "start": 858272143,
            "stop": 858274337
        },
        {
            "start": 858275717,
            "stop": 858291510
        },
        {
            "start": 858293500,
            "stop": 858355827
        },
        {
            "start": 858355835,
            "stop": 858355840
        },
        {
            "start": 858355845,
            "stop": 858355847
        },
        {
            "start": 858355855,
            "stop": 858355860
        }
    ]
}