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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=56",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=54",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 55,
    "results": [
        {
            "start": 941010140,
            "stop": 941010358
        },
        {
            "start": 941010364,
            "stop": 941010406
        },
        {
            "start": 941010412,
            "stop": 941010946
        },
        {
            "start": 941010949,
            "stop": 941010955
        },
        {
            "start": 941010958,
            "stop": 941010978
        },
        {
            "start": 941010981,
            "stop": 941010986
        },
        {
            "start": 941011026,
            "stop": 941011028
        },
        {
            "start": 941011047,
            "stop": 941011050
        },
        {
            "start": 941011089,
            "stop": 941011096
        },
        {
            "start": 941011099,
            "stop": 941011236
        },
        {
            "start": 941011239,
            "stop": 941011265
        },
        {
            "start": 941011289,
            "stop": 941011290
        },
        {
            "start": 941011298,
            "stop": 941011299
        },
        {
            "start": 941011305,
            "stop": 941011306
        },
        {
            "start": 941011309,
            "stop": 941011320
        },
        {
            "start": 941011323,
            "stop": 941011327
        },
        {
            "start": 941011332,
            "stop": 941011336
        },
        {
            "start": 941011344,
            "stop": 941011346
        },
        {
            "start": 941011360,
            "stop": 941011361
        },
        {
            "start": 941011369,
            "stop": 941011382
        }
    ]
}