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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=324",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=322",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 323,
    "results": [
        {
            "start": 821353437,
            "stop": 821353490
        },
        {
            "start": 821353493,
            "stop": 821353547
        },
        {
            "start": 821353554,
            "stop": 821353562
        },
        {
            "start": 821353565,
            "stop": 821353575
        },
        {
            "start": 821353578,
            "stop": 821353585
        },
        {
            "start": 821353588,
            "stop": 821353749
        },
        {
            "start": 821353752,
            "stop": 821353799
        },
        {
            "start": 821353807,
            "stop": 821353828
        },
        {
            "start": 821353831,
            "stop": 821353845
        },
        {
            "start": 821353848,
            "stop": 821353903
        },
        {
            "start": 821353908,
            "stop": 821353936
        },
        {
            "start": 821353939,
            "stop": 821354112
        },
        {
            "start": 821354115,
            "stop": 821354173
        },
        {
            "start": 821354176,
            "stop": 821354262
        },
        {
            "start": 821354265,
            "stop": 821354289
        },
        {
            "start": 821354292,
            "stop": 821354335
        },
        {
            "start": 821354338,
            "stop": 821354355
        },
        {
            "start": 821354358,
            "stop": 821354362
        },
        {
            "start": 821354390,
            "stop": 821354426
        },
        {
            "start": 821354429,
            "stop": 821354440
        }
    ]
}