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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=307",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=305",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 306,
    "results": [
        {
            "start": 1378001032,
            "stop": 1378001997
        },
        {
            "start": 1378002000,
            "stop": 1378002007
        },
        {
            "start": 1378002009,
            "stop": 1378003178
        },
        {
            "start": 1378003179,
            "stop": 1378004091
        },
        {
            "start": 1378004093,
            "stop": 1378005350
        },
        {
            "start": 1378005352,
            "stop": 1378006253
        },
        {
            "start": 1378006255,
            "stop": 1378007514
        },
        {
            "start": 1378007515,
            "stop": 1378010082
        },
        {
            "start": 1378010083,
            "stop": 1378011937
        },
        {
            "start": 1378011940,
            "stop": 1378012031
        },
        {
            "start": 1378012033,
            "stop": 1378014362
        },
        {
            "start": 1378014364,
            "stop": 1378015628
        },
        {
            "start": 1378015631,
            "stop": 1378016396
        },
        {
            "start": 1378016397,
            "stop": 1378018542
        },
        {
            "start": 1378018544,
            "stop": 1378020580
        },
        {
            "start": 1378020582,
            "stop": 1378022920
        },
        {
            "start": 1378022922,
            "stop": 1378024868
        },
        {
            "start": 1378024870,
            "stop": 1378027135
        },
        {
            "start": 1378027137,
            "stop": 1378029135
        },
        {
            "start": 1378029136,
            "stop": 1378031223
        }
    ]
}