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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2923",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2921",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2922,
    "results": [
        {
            "start": 858724680,
            "stop": 858724815
        },
        {
            "start": 858725316,
            "stop": 858738860
        },
        {
            "start": 858738863,
            "stop": 858741068
        },
        {
            "start": 858741462,
            "stop": 858742525
        },
        {
            "start": 858742529,
            "stop": 858742559
        },
        {
            "start": 858742562,
            "stop": 858742574
        },
        {
            "start": 858742578,
            "stop": 858742620
        },
        {
            "start": 858742623,
            "stop": 858742655
        },
        {
            "start": 858742659,
            "stop": 858742685
        },
        {
            "start": 858742688,
            "stop": 858742694
        },
        {
            "start": 858742704,
            "stop": 858742710
        },
        {
            "start": 858742770,
            "stop": 858743006
        },
        {
            "start": 858743010,
            "stop": 858743394
        },
        {
            "start": 858743398,
            "stop": 858745010
        },
        {
            "start": 858745019,
            "stop": 858745410
        },
        {
            "start": 858745530,
            "stop": 858745651
        },
        {
            "start": 858745665,
            "stop": 858746077
        },
        {
            "start": 858746081,
            "stop": 858746097
        },
        {
            "start": 858746102,
            "stop": 858752580
        },
        {
            "start": 858752640,
            "stop": 858754260
        }
    ]
}