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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=406",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=404",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 405,
    "results": [
        {
            "start": 864435507,
            "stop": 864435877
        },
        {
            "start": 864435881,
            "stop": 864464147
        },
        {
            "start": 864464497,
            "stop": 864486213
        },
        {
            "start": 864506081,
            "stop": 864507622
        },
        {
            "start": 864507902,
            "stop": 864577330
        },
        {
            "start": 864577477,
            "stop": 864592254
        },
        {
            "start": 864593820,
            "stop": 864594220
        },
        {
            "start": 864595062,
            "stop": 864606904
        },
        {
            "start": 864607689,
            "stop": 864608706
        },
        {
            "start": 864608802,
            "stop": 864612133
        },
        {
            "start": 864613018,
            "stop": 864671221
        },
        {
            "start": 864671453,
            "stop": 864673428
        },
        {
            "start": 864674343,
            "stop": 864746563
        },
        {
            "start": 864746754,
            "stop": 864751155
        },
        {
            "start": 864752152,
            "stop": 864767657
        },
        {
            "start": 864768148,
            "stop": 864777318
        },
        {
            "start": 864778410,
            "stop": 864778517
        },
        {
            "start": 864779342,
            "stop": 864859035
        },
        {
            "start": 864860156,
            "stop": 864921844
        },
        {
            "start": 864922035,
            "stop": 864963090
        }
    ]
}