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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=519",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=517",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 518,
    "results": [
        {
            "start": 1184851512,
            "stop": 1184851513
        },
        {
            "start": 1184851514,
            "stop": 1184851519
        },
        {
            "start": 1184851521,
            "stop": 1184851626
        },
        {
            "start": 1184851628,
            "stop": 1184851646
        },
        {
            "start": 1184851648,
            "stop": 1184851654
        },
        {
            "start": 1184851656,
            "stop": 1184851657
        },
        {
            "start": 1184851659,
            "stop": 1184851665
        },
        {
            "start": 1184851667,
            "stop": 1184851774
        },
        {
            "start": 1184851783,
            "stop": 1184851784
        },
        {
            "start": 1184851795,
            "stop": 1184851805
        },
        {
            "start": 1184851807,
            "stop": 1184851813
        },
        {
            "start": 1184851815,
            "stop": 1184851823
        },
        {
            "start": 1184851825,
            "stop": 1184851827
        },
        {
            "start": 1184851829,
            "stop": 1184851830
        },
        {
            "start": 1184851842,
            "stop": 1184851858
        },
        {
            "start": 1184851860,
            "stop": 1184851877
        },
        {
            "start": 1184851879,
            "stop": 1184851882
        },
        {
            "start": 1184851884,
            "stop": 1184851885
        },
        {
            "start": 1184851893,
            "stop": 1184852437
        },
        {
            "start": 1184852439,
            "stop": 1184852487
        }
    ]
}