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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=23",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=21",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 22,
    "results": [
        {
            "start": 817184238,
            "stop": 817196849
        },
        {
            "start": 817196852,
            "stop": 817202163
        },
        {
            "start": 817202165,
            "stop": 817208143
        },
        {
            "start": 817208146,
            "stop": 817214788
        },
        {
            "start": 817214791,
            "stop": 817218778
        },
        {
            "start": 817218781,
            "stop": 817219442
        },
        {
            "start": 817219445,
            "stop": 817224714
        },
        {
            "start": 817227569,
            "stop": 817231407
        },
        {
            "start": 817231409,
            "stop": 817231993
        },
        {
            "start": 817239373,
            "stop": 817242035
        },
        {
            "start": 817242037,
            "stop": 817243333
        },
        {
            "start": 817244413,
            "stop": 817281063
        },
        {
            "start": 817281065,
            "stop": 817290331
        },
        {
            "start": 817290333,
            "stop": 817315241
        },
        {
            "start": 817334320,
            "stop": 817340713
        },
        {
            "start": 817341661,
            "stop": 817347013
        },
        {
            "start": 817348088,
            "stop": 817400679
        },
        {
            "start": 817403612,
            "stop": 817423333
        },
        {
            "start": 817423853,
            "stop": 817426280
        },
        {
            "start": 817426623,
            "stop": 817437600
        }
    ]
}