Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29422
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29423",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29421",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29422,
    "results": [
        {
            "start": 971414718,
            "stop": 971414719
        },
        {
            "start": 971414722,
            "stop": 971414724
        },
        {
            "start": 971414726,
            "stop": 971414741
        },
        {
            "start": 971415594,
            "stop": 971415739
        },
        {
            "start": 971415742,
            "stop": 971415765
        },
        {
            "start": 971415768,
            "stop": 971415982
        },
        {
            "start": 971415985,
            "stop": 971416667
        },
        {
            "start": 971416670,
            "stop": 971417099
        },
        {
            "start": 971417102,
            "stop": 971417239
        },
        {
            "start": 971417242,
            "stop": 971417593
        },
        {
            "start": 971417596,
            "stop": 971418171
        },
        {
            "start": 971418174,
            "stop": 971418797
        },
        {
            "start": 971418800,
            "stop": 971419293
        },
        {
            "start": 971419296,
            "stop": 971419329
        },
        {
            "start": 971419332,
            "stop": 971421115
        },
        {
            "start": 971421118,
            "stop": 971421319
        },
        {
            "start": 971421322,
            "stop": 971421833
        },
        {
            "start": 971421836,
            "stop": 971421862
        },
        {
            "start": 971421865,
            "stop": 971422497
        },
        {
            "start": 971422500,
            "stop": 971422639
        }
    ]
}