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=294
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=295",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=293",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 294,
    "results": [
        {
            "start": 969029453,
            "stop": 969029457
        },
        {
            "start": 969029462,
            "stop": 969029463
        },
        {
            "start": 969029466,
            "stop": 969029473
        },
        {
            "start": 969029478,
            "stop": 969029767
        },
        {
            "start": 969029771,
            "stop": 969029812
        },
        {
            "start": 969029818,
            "stop": 969029874
        },
        {
            "start": 969029877,
            "stop": 969031204
        },
        {
            "start": 969031210,
            "stop": 969031268
        },
        {
            "start": 969031272,
            "stop": 969031300
        },
        {
            "start": 969031308,
            "stop": 969032157
        },
        {
            "start": 969032179,
            "stop": 969032217
        },
        {
            "start": 969032220,
            "stop": 969032221
        },
        {
            "start": 969032224,
            "stop": 969032242
        },
        {
            "start": 969032245,
            "stop": 969032338
        },
        {
            "start": 969032343,
            "stop": 969032368
        },
        {
            "start": 969032371,
            "stop": 969032473
        },
        {
            "start": 969032476,
            "stop": 969032477
        },
        {
            "start": 969032483,
            "stop": 969032568
        },
        {
            "start": 969032590,
            "stop": 969032596
        },
        {
            "start": 969032606,
            "stop": 969032607
        }
    ]
}