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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=71",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=69",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 70,
    "results": [
        {
            "start": 821353493,
            "stop": 821353562
        },
        {
            "start": 821353565,
            "stop": 821353575
        },
        {
            "start": 821353578,
            "stop": 821353585
        },
        {
            "start": 821353588,
            "stop": 821353749
        },
        {
            "start": 821353752,
            "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": 821354369,
            "stop": 821354426
        },
        {
            "start": 821354429,
            "stop": 821354440
        },
        {
            "start": 821354443,
            "stop": 821354501
        },
        {
            "start": 821354504,
            "stop": 821354557
        },
        {
            "start": 821354560,
            "stop": 821354642
        }
    ]
}