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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=101",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=99",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 100,
    "results": [
        {
            "start": 849428089,
            "stop": 849443415
        },
        {
            "start": 849445377,
            "stop": 849470630
        },
        {
            "start": 849471555,
            "stop": 849477126
        },
        {
            "start": 849477558,
            "stop": 849554424
        },
        {
            "start": 849555995,
            "stop": 849564292
        },
        {
            "start": 849565220,
            "stop": 849568099
        },
        {
            "start": 849576463,
            "stop": 849637564
        },
        {
            "start": 849680776,
            "stop": 849705316
        },
        {
            "start": 849706362,
            "stop": 849711517
        },
        {
            "start": 849712714,
            "stop": 849719500
        },
        {
            "start": 849720590,
            "stop": 849726070
        },
        {
            "start": 849727436,
            "stop": 849729319
        },
        {
            "start": 849729869,
            "stop": 849751017
        },
        {
            "start": 849752708,
            "stop": 849774045
        },
        {
            "start": 849777933,
            "stop": 849786123
        },
        {
            "start": 849792926,
            "stop": 849822362
        },
        {
            "start": 849829006,
            "stop": 849829152
        },
        {
            "start": 849829576,
            "stop": 849870138
        },
        {
            "start": 849871555,
            "stop": 849892664
        },
        {
            "start": 849897424,
            "stop": 849901333
        }
    ]
}