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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=22",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=20",
    "results_count": 2356,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 21,
    "results": [
        {
            "start": 935494493,
            "stop": 935494792
        },
        {
            "start": 935495170,
            "stop": 935497404
        },
        {
            "start": 935500148,
            "stop": 935500940
        },
        {
            "start": 935502150,
            "stop": 935517438
        },
        {
            "start": 935557148,
            "stop": 935558815
        },
        {
            "start": 935560001,
            "stop": 935561718
        },
        {
            "start": 935564063,
            "stop": 935570677
        },
        {
            "start": 935572280,
            "stop": 935573327
        },
        {
            "start": 935574302,
            "stop": 935575891
        },
        {
            "start": 935578012,
            "stop": 935586466
        },
        {
            "start": 935589327,
            "stop": 935596791
        },
        {
            "start": 935598275,
            "stop": 935601033
        },
        {
            "start": 935604250,
            "stop": 935608696
        },
        {
            "start": 935609962,
            "stop": 935621952
        },
        {
            "start": 935622144,
            "stop": 935637040
        },
        {
            "start": 935639180,
            "stop": 935652884
        },
        {
            "start": 935657326,
            "stop": 935679818
        },
        {
            "start": 935689166,
            "stop": 935690117
        },
        {
            "start": 935690224,
            "stop": 935692907
        },
        {
            "start": 935694609,
            "stop": 935700101
        }
    ]
}