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=443
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=444",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=442",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 443,
    "results": [
        {
            "start": 1264383338,
            "stop": 1264383370
        },
        {
            "start": 1264383372,
            "stop": 1264383410
        },
        {
            "start": 1264383411,
            "stop": 1264383421
        },
        {
            "start": 1264383428,
            "stop": 1264383461
        },
        {
            "start": 1264383463,
            "stop": 1264383472
        },
        {
            "start": 1264383474,
            "stop": 1264383475
        },
        {
            "start": 1264383481,
            "stop": 1264383484
        },
        {
            "start": 1264383485,
            "stop": 1264383537
        },
        {
            "start": 1264383542,
            "stop": 1264383599
        },
        {
            "start": 1264383603,
            "stop": 1264383610
        },
        {
            "start": 1264383611,
            "stop": 1264383618
        },
        {
            "start": 1264383620,
            "stop": 1264383651
        },
        {
            "start": 1264383655,
            "stop": 1264383661
        },
        {
            "start": 1264383662,
            "stop": 1264383684
        },
        {
            "start": 1264383687,
            "stop": 1264383712
        },
        {
            "start": 1264383714,
            "stop": 1264383719
        },
        {
            "start": 1264383722,
            "stop": 1264383728
        },
        {
            "start": 1264383730,
            "stop": 1264383746
        },
        {
            "start": 1264383747,
            "stop": 1264383799
        },
        {
            "start": 1264383800,
            "stop": 1264383801
        }
    ]
}