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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=125",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=123",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 124,
    "results": [
        {
            "start": 820179293,
            "stop": 820179360
        },
        {
            "start": 820179363,
            "stop": 820179700
        },
        {
            "start": 820179703,
            "stop": 820180282
        },
        {
            "start": 820180285,
            "stop": 820180625
        },
        {
            "start": 820180628,
            "stop": 820180676
        },
        {
            "start": 820180680,
            "stop": 820180770
        },
        {
            "start": 820180773,
            "stop": 820180938
        },
        {
            "start": 820180941,
            "stop": 820181255
        },
        {
            "start": 820181259,
            "stop": 820181372
        },
        {
            "start": 820181376,
            "stop": 820181795
        },
        {
            "start": 820181798,
            "stop": 820181851
        },
        {
            "start": 820181854,
            "stop": 820182011
        },
        {
            "start": 820182014,
            "stop": 820182044
        },
        {
            "start": 820182047,
            "stop": 820182113
        },
        {
            "start": 820182117,
            "stop": 820182480
        },
        {
            "start": 820182483,
            "stop": 820182580
        },
        {
            "start": 820182583,
            "stop": 820183106
        },
        {
            "start": 820183109,
            "stop": 820183249
        },
        {
            "start": 820183253,
            "stop": 820183284
        },
        {
            "start": 820183287,
            "stop": 820183304
        }
    ]
}