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=291
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=292",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=290",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 291,
    "results": [
        {
            "start": 968966474,
            "stop": 968966594
        },
        {
            "start": 968966597,
            "stop": 968966618
        },
        {
            "start": 968966623,
            "stop": 968966658
        },
        {
            "start": 968966661,
            "stop": 968966674
        },
        {
            "start": 968966677,
            "stop": 968966715
        },
        {
            "start": 968966718,
            "stop": 968966909
        },
        {
            "start": 968966913,
            "stop": 968967087
        },
        {
            "start": 968967090,
            "stop": 968967091
        },
        {
            "start": 968967097,
            "stop": 968967176
        },
        {
            "start": 968967198,
            "stop": 968967201
        },
        {
            "start": 968967209,
            "stop": 968967226
        },
        {
            "start": 968967232,
            "stop": 968967233
        },
        {
            "start": 968967246,
            "stop": 968967252
        },
        {
            "start": 968967257,
            "stop": 968967258
        },
        {
            "start": 968967263,
            "stop": 968967345
        },
        {
            "start": 968967359,
            "stop": 968967361
        },
        {
            "start": 968967371,
            "stop": 968967432
        },
        {
            "start": 968967437,
            "stop": 968967463
        },
        {
            "start": 968967474,
            "stop": 968969325
        },
        {
            "start": 968969330,
            "stop": 968970388
        }
    ]
}