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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=107",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=105",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 106,
    "results": [
        {
            "start": 1409181876,
            "stop": 1409182403
        },
        {
            "start": 1409182408,
            "stop": 1409183611
        },
        {
            "start": 1409183616,
            "stop": 1409188082
        },
        {
            "start": 1409188084,
            "stop": 1409196986
        },
        {
            "start": 1409196989,
            "stop": 1409198129
        },
        {
            "start": 1409198133,
            "stop": 1409215452
        },
        {
            "start": 1409220585,
            "stop": 1409228189
        },
        {
            "start": 1409228194,
            "stop": 1409231185
        },
        {
            "start": 1409231190,
            "stop": 1409232554
        },
        {
            "start": 1409236364,
            "stop": 1409237512
        },
        {
            "start": 1409237516,
            "stop": 1409238809
        },
        {
            "start": 1409238812,
            "stop": 1409241848
        },
        {
            "start": 1409244563,
            "stop": 1409244878
        },
        {
            "start": 1409244883,
            "stop": 1409250206
        },
        {
            "start": 1409250211,
            "stop": 1409250920
        },
        {
            "start": 1409250923,
            "stop": 1409256230
        },
        {
            "start": 1409256232,
            "stop": 1409258607
        },
        {
            "start": 1409269500,
            "stop": 1409270805
        },
        {
            "start": 1409270810,
            "stop": 1409292531
        },
        {
            "start": 1409292534,
            "stop": 1409295963
        }
    ]
}