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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=39",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=37",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 38,
    "results": [
        {
            "start": 931283364,
            "stop": 931283366
        },
        {
            "start": 931283422,
            "stop": 931283432
        },
        {
            "start": 931283438,
            "stop": 931283439
        },
        {
            "start": 931283450,
            "stop": 931283451
        },
        {
            "start": 931283461,
            "stop": 931283494
        },
        {
            "start": 931283500,
            "stop": 931283505
        },
        {
            "start": 931283510,
            "stop": 931283574
        },
        {
            "start": 931283580,
            "stop": 931283650
        },
        {
            "start": 931283656,
            "stop": 931283682
        },
        {
            "start": 931283691,
            "stop": 931283696
        },
        {
            "start": 931283701,
            "stop": 931283715
        },
        {
            "start": 931283721,
            "stop": 931283755
        },
        {
            "start": 931283761,
            "stop": 931283994
        },
        {
            "start": 931284001,
            "stop": 931284181
        },
        {
            "start": 931284198,
            "stop": 931284251
        },
        {
            "start": 931284256,
            "stop": 931284260
        },
        {
            "start": 931284309,
            "stop": 931284320
        },
        {
            "start": 931284326,
            "stop": 931284448
        },
        {
            "start": 931284454,
            "stop": 931284456
        },
        {
            "start": 931284467,
            "stop": 931284473
        }
    ]
}