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=215
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=216",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=214",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 215,
    "results": [
        {
            "start": 934129954,
            "stop": 934130019
        },
        {
            "start": 934130021,
            "stop": 934130218
        },
        {
            "start": 934130222,
            "stop": 934132828
        },
        {
            "start": 934132834,
            "stop": 934133226
        },
        {
            "start": 934133229,
            "stop": 934133322
        },
        {
            "start": 934133325,
            "stop": 934133553
        },
        {
            "start": 934133555,
            "stop": 934133817
        },
        {
            "start": 934133820,
            "stop": 934136144
        },
        {
            "start": 934136147,
            "stop": 934136468
        },
        {
            "start": 934136470,
            "stop": 934137150
        },
        {
            "start": 934137152,
            "stop": 934137216
        },
        {
            "start": 934137218,
            "stop": 934137412
        },
        {
            "start": 934137417,
            "stop": 934140033
        },
        {
            "start": 934140035,
            "stop": 934140066
        },
        {
            "start": 934140069,
            "stop": 934140163
        },
        {
            "start": 934140165,
            "stop": 934140421
        },
        {
            "start": 934140424,
            "stop": 934140748
        },
        {
            "start": 934140751,
            "stop": 934141011
        },
        {
            "start": 934141016,
            "stop": 934142555
        },
        {
            "start": 934142558,
            "stop": 934142562
        }
    ]
}