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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT2/segments?format=api&page=392",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT2/segments?format=api&page=390",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 391,
    "results": [
        {
            "start": 1181250546,
            "stop": 1181250547
        },
        {
            "start": 1181250563,
            "stop": 1181250564
        },
        {
            "start": 1181250565,
            "stop": 1181250808
        },
        {
            "start": 1181250810,
            "stop": 1181251046
        },
        {
            "start": 1181251047,
            "stop": 1181251055
        },
        {
            "start": 1181251056,
            "stop": 1181251057
        },
        {
            "start": 1181251058,
            "stop": 1181251066
        },
        {
            "start": 1181251067,
            "stop": 1181251068
        },
        {
            "start": 1181251070,
            "stop": 1181251231
        },
        {
            "start": 1181251232,
            "stop": 1181251366
        },
        {
            "start": 1181254355,
            "stop": 1181273001
        },
        {
            "start": 1181273003,
            "stop": 1181275897
        },
        {
            "start": 1181275901,
            "stop": 1181285196
        },
        {
            "start": 1181290874,
            "stop": 1181291966
        },
        {
            "start": 1181291970,
            "stop": 1181306520
        },
        {
            "start": 1181306880,
            "stop": 1181306940
        },
        {
            "start": 1181307000,
            "stop": 1181307184
        },
        {
            "start": 1181307189,
            "stop": 1181307192
        },
        {
            "start": 1181307197,
            "stop": 1181307201
        },
        {
            "start": 1181307203,
            "stop": 1181307208
        }
    ]
}