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=65
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=66",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=64",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 65,
    "results": [
        {
            "start": 941695665,
            "stop": 941695671
        },
        {
            "start": 941695674,
            "stop": 941695676
        },
        {
            "start": 941695678,
            "stop": 941696505
        },
        {
            "start": 941696516,
            "stop": 941696527
        },
        {
            "start": 941696569,
            "stop": 941696584
        },
        {
            "start": 941696587,
            "stop": 941696629
        },
        {
            "start": 941696635,
            "stop": 941696654
        },
        {
            "start": 941696657,
            "stop": 941696659
        },
        {
            "start": 941696662,
            "stop": 941696722
        },
        {
            "start": 941696728,
            "stop": 941696736
        },
        {
            "start": 941696739,
            "stop": 941698573
        },
        {
            "start": 941703004,
            "stop": 941703019
        },
        {
            "start": 941703047,
            "stop": 941703092
        },
        {
            "start": 941703095,
            "stop": 941707484
        },
        {
            "start": 941707489,
            "stop": 941707497
        },
        {
            "start": 941707505,
            "stop": 941709178
        },
        {
            "start": 941709182,
            "stop": 941712436
        },
        {
            "start": 941712442,
            "stop": 941719427
        },
        {
            "start": 941719430,
            "stop": 941719824
        },
        {
            "start": 941719827,
            "stop": 941720131
        }
    ]
}