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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3739",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3737",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3738,
    "results": [
        {
            "start": 971347361,
            "stop": 971347894
        },
        {
            "start": 971347897,
            "stop": 971348150
        },
        {
            "start": 971348153,
            "stop": 971348885
        },
        {
            "start": 971348886,
            "stop": 971350056
        },
        {
            "start": 971350059,
            "stop": 971351207
        },
        {
            "start": 971351210,
            "stop": 971351800
        },
        {
            "start": 971354464,
            "stop": 971355592
        },
        {
            "start": 971355593,
            "stop": 971355753
        },
        {
            "start": 971355756,
            "stop": 971356081
        },
        {
            "start": 971356084,
            "stop": 971357250
        },
        {
            "start": 971357253,
            "stop": 971357939
        },
        {
            "start": 971357942,
            "stop": 971358862
        },
        {
            "start": 971358863,
            "stop": 971360331
        },
        {
            "start": 971360352,
            "stop": 971361288
        },
        {
            "start": 971361291,
            "stop": 971361448
        },
        {
            "start": 971363682,
            "stop": 971364200
        },
        {
            "start": 971364204,
            "stop": 971365262
        },
        {
            "start": 971365265,
            "stop": 971365506
        },
        {
            "start": 971365509,
            "stop": 971365565
        },
        {
            "start": 971365568,
            "stop": 971366053
        }
    ]
}