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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=10",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=8",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9,
    "results": [
        {
            "start": 815592240,
            "stop": 815592247
        },
        {
            "start": 815592317,
            "stop": 815592373
        },
        {
            "start": 815726352,
            "stop": 815726518
        },
        {
            "start": 815726522,
            "stop": 815726820
        },
        {
            "start": 815726839,
            "stop": 815726947
        },
        {
            "start": 815726964,
            "stop": 815727662
        },
        {
            "start": 815727666,
            "stop": 815727669
        },
        {
            "start": 815727672,
            "stop": 815727907
        },
        {
            "start": 815727910,
            "stop": 815728453
        },
        {
            "start": 815728470,
            "stop": 815729759
        },
        {
            "start": 815729762,
            "stop": 815729776
        },
        {
            "start": 815729779,
            "stop": 815730319
        },
        {
            "start": 815730439,
            "stop": 815730462
        },
        {
            "start": 815730466,
            "stop": 815731060
        },
        {
            "start": 815731077,
            "stop": 815731740
        },
        {
            "start": 815731800,
            "stop": 815731808
        },
        {
            "start": 815731840,
            "stop": 815733468
        },
        {
            "start": 815733471,
            "stop": 815733472
        },
        {
            "start": 815733504,
            "stop": 815734181
        },
        {
            "start": 815751372,
            "stop": 815751840
        }
    ]
}