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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=167",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=165",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 166,
    "results": [
        {
            "start": 1239999730,
            "stop": 1239999849
        },
        {
            "start": 1239999850,
            "stop": 1239999969
        },
        {
            "start": 1239999970,
            "stop": 1240000069
        },
        {
            "start": 1240000070,
            "stop": 1240000209
        },
        {
            "start": 1240000210,
            "stop": 1240000329
        },
        {
            "start": 1240000330,
            "stop": 1240000449
        },
        {
            "start": 1240000450,
            "stop": 1240000569
        },
        {
            "start": 1240000570,
            "stop": 1240000689
        },
        {
            "start": 1240000690,
            "stop": 1240000760
        },
        {
            "start": 1240014303,
            "stop": 1240014368
        },
        {
            "start": 1240014370,
            "stop": 1240014488
        },
        {
            "start": 1240014490,
            "stop": 1240014608
        },
        {
            "start": 1240014610,
            "stop": 1240014728
        },
        {
            "start": 1240014730,
            "stop": 1240014848
        },
        {
            "start": 1240014850,
            "stop": 1240014968
        },
        {
            "start": 1240014970,
            "stop": 1240015088
        },
        {
            "start": 1240015090,
            "stop": 1240015208
        },
        {
            "start": 1240015210,
            "stop": 1240015328
        },
        {
            "start": 1240015330,
            "stop": 1240015448
        },
        {
            "start": 1240015450,
            "stop": 1240015568
        }
    ]
}