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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=464",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=462",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 463,
    "results": [
        {
            "start": 1264393682,
            "stop": 1264393685
        },
        {
            "start": 1264393686,
            "stop": 1264393688
        },
        {
            "start": 1264393692,
            "stop": 1264393693
        },
        {
            "start": 1264393695,
            "stop": 1264393698
        },
        {
            "start": 1264393699,
            "stop": 1264393702
        },
        {
            "start": 1264393704,
            "stop": 1264393705
        },
        {
            "start": 1264393707,
            "stop": 1264393710
        },
        {
            "start": 1264393712,
            "stop": 1264393714
        },
        {
            "start": 1264393715,
            "stop": 1264393716
        },
        {
            "start": 1264393720,
            "stop": 1264393736
        },
        {
            "start": 1264393738,
            "stop": 1264393786
        },
        {
            "start": 1264393793,
            "stop": 1264393797
        },
        {
            "start": 1264393802,
            "stop": 1264393807
        },
        {
            "start": 1264393809,
            "stop": 1264393811
        },
        {
            "start": 1264393812,
            "stop": 1264393813
        },
        {
            "start": 1264393817,
            "stop": 1264394023
        },
        {
            "start": 1264394025,
            "stop": 1264394031
        },
        {
            "start": 1264394033,
            "stop": 1264394035
        },
        {
            "start": 1264394036,
            "stop": 1264394039
        },
        {
            "start": 1264394041,
            "stop": 1264394045
        }
    ]
}