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=417
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=418",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=416",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 417,
    "results": [
        {
            "start": 1264371572,
            "stop": 1264371573
        },
        {
            "start": 1264371574,
            "stop": 1264371575
        },
        {
            "start": 1264371576,
            "stop": 1264371600
        },
        {
            "start": 1264371603,
            "stop": 1264371608
        },
        {
            "start": 1264371611,
            "stop": 1264371613
        },
        {
            "start": 1264371615,
            "stop": 1264371619
        },
        {
            "start": 1264371620,
            "stop": 1264371634
        },
        {
            "start": 1264371641,
            "stop": 1264371652
        },
        {
            "start": 1264371654,
            "stop": 1264371668
        },
        {
            "start": 1264371670,
            "stop": 1264371671
        },
        {
            "start": 1264371672,
            "stop": 1264371685
        },
        {
            "start": 1264371687,
            "stop": 1264371713
        },
        {
            "start": 1264371715,
            "stop": 1264371735
        },
        {
            "start": 1264371740,
            "stop": 1264371742
        },
        {
            "start": 1264371743,
            "stop": 1264371745
        },
        {
            "start": 1264371746,
            "stop": 1264371752
        },
        {
            "start": 1264371754,
            "stop": 1264371760
        },
        {
            "start": 1264371761,
            "stop": 1264371775
        },
        {
            "start": 1264371776,
            "stop": 1264371800
        },
        {
            "start": 1264371802,
            "stop": 1264371820
        }
    ]
}