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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16729",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16727",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16728,
    "results": [
        {
            "start": 875013042,
            "stop": 875013097
        },
        {
            "start": 875013100,
            "stop": 875013134
        },
        {
            "start": 875013136,
            "stop": 875013175
        },
        {
            "start": 875013180,
            "stop": 875013252
        },
        {
            "start": 875013253,
            "stop": 875013335
        },
        {
            "start": 875013336,
            "stop": 875013371
        },
        {
            "start": 875013372,
            "stop": 875013425
        },
        {
            "start": 875013428,
            "stop": 875013537
        },
        {
            "start": 875013539,
            "stop": 875013688
        },
        {
            "start": 875013689,
            "stop": 875013963
        },
        {
            "start": 875013964,
            "stop": 875013965
        },
        {
            "start": 875013967,
            "stop": 875014411
        },
        {
            "start": 875014413,
            "stop": 875014468
        },
        {
            "start": 875014470,
            "stop": 875014648
        },
        {
            "start": 875014650,
            "stop": 875014664
        },
        {
            "start": 875014665,
            "stop": 875014678
        },
        {
            "start": 875014679,
            "stop": 875014790
        },
        {
            "start": 875014791,
            "stop": 875014806
        },
        {
            "start": 875014807,
            "stop": 875014876
        },
        {
            "start": 875014877,
            "stop": 875014890
        }
    ]
}