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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=42",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=40",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 41,
    "results": [
        {
            "start": 816423404,
            "stop": 816423441
        },
        {
            "start": 816423455,
            "stop": 816423469
        },
        {
            "start": 816423473,
            "stop": 816423487
        },
        {
            "start": 816423495,
            "stop": 816423496
        },
        {
            "start": 816423501,
            "stop": 816423538
        },
        {
            "start": 816423542,
            "stop": 816423545
        },
        {
            "start": 816423551,
            "stop": 816423555
        },
        {
            "start": 816423560,
            "stop": 816423563
        },
        {
            "start": 816423571,
            "stop": 816423572
        },
        {
            "start": 816423579,
            "stop": 816423580
        },
        {
            "start": 816423585,
            "stop": 816423587
        },
        {
            "start": 816423592,
            "stop": 816423789
        },
        {
            "start": 816423792,
            "stop": 816423841
        },
        {
            "start": 816423846,
            "stop": 816423867
        },
        {
            "start": 816423871,
            "stop": 816423937
        },
        {
            "start": 816423940,
            "stop": 816423974
        },
        {
            "start": 816423978,
            "stop": 816424093
        },
        {
            "start": 816424097,
            "stop": 816424152
        },
        {
            "start": 816424157,
            "stop": 816424159
        },
        {
            "start": 816424162,
            "stop": 816424196
        }
    ]
}