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/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=200
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=201",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=199",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 200,
    "results": [
        {
            "start": 933887033,
            "stop": 933890554
        },
        {
            "start": 933890557,
            "stop": 933890579
        },
        {
            "start": 933890582,
            "stop": 933890606
        },
        {
            "start": 933890608,
            "stop": 933890612
        },
        {
            "start": 933890614,
            "stop": 933890629
        },
        {
            "start": 933890633,
            "stop": 933894164
        },
        {
            "start": 933894166,
            "stop": 933894180
        },
        {
            "start": 933894182,
            "stop": 933894207
        },
        {
            "start": 933894209,
            "stop": 933894214
        },
        {
            "start": 933894216,
            "stop": 933894230
        },
        {
            "start": 933894234,
            "stop": 933895690
        },
        {
            "start": 933897396,
            "stop": 933897436
        },
        {
            "start": 933897443,
            "stop": 933897764
        },
        {
            "start": 933897766,
            "stop": 933897781
        },
        {
            "start": 933897783,
            "stop": 933897807
        },
        {
            "start": 933897809,
            "stop": 933897813
        },
        {
            "start": 933897816,
            "stop": 933897821
        },
        {
            "start": 933897823,
            "stop": 933897829
        },
        {
            "start": 933897834,
            "stop": 933901352
        },
        {
            "start": 933901358,
            "stop": 933901381
        }
    ]
}