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=16610
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=16611",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16609",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16610,
    "results": [
        {
            "start": 874746415,
            "stop": 874746420
        },
        {
            "start": 874746423,
            "stop": 874746426
        },
        {
            "start": 874746427,
            "stop": 874746514
        },
        {
            "start": 874746516,
            "stop": 874746545
        },
        {
            "start": 874746546,
            "stop": 874746769
        },
        {
            "start": 874746771,
            "stop": 874746831
        },
        {
            "start": 874746837,
            "stop": 874747005
        },
        {
            "start": 874747009,
            "stop": 874747154
        },
        {
            "start": 874747156,
            "stop": 874747234
        },
        {
            "start": 874747235,
            "stop": 874747409
        },
        {
            "start": 874747412,
            "stop": 874747435
        },
        {
            "start": 874747436,
            "stop": 874747506
        },
        {
            "start": 874747507,
            "stop": 874747536
        },
        {
            "start": 874747537,
            "stop": 874747560
        },
        {
            "start": 874747561,
            "stop": 874747590
        },
        {
            "start": 874747591,
            "stop": 874747592
        },
        {
            "start": 874747593,
            "stop": 874747717
        },
        {
            "start": 874747718,
            "stop": 874748060
        },
        {
            "start": 874748061,
            "stop": 874748118
        },
        {
            "start": 874748120,
            "stop": 874748244
        }
    ]
}