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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2458",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2456",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2457,
    "results": [
        {
            "start": 874524973,
            "stop": 874525131
        },
        {
            "start": 874525139,
            "stop": 874525140
        },
        {
            "start": 874525200,
            "stop": 874525281
        },
        {
            "start": 874525291,
            "stop": 874525297
        },
        {
            "start": 874525304,
            "stop": 874525423
        },
        {
            "start": 874525430,
            "stop": 874525471
        },
        {
            "start": 874525480,
            "stop": 874525500
        },
        {
            "start": 874525560,
            "stop": 874525620
        },
        {
            "start": 874525681,
            "stop": 874525685
        },
        {
            "start": 874525693,
            "stop": 874525800
        },
        {
            "start": 874525860,
            "stop": 874525990
        },
        {
            "start": 874526012,
            "stop": 874526040
        },
        {
            "start": 874526100,
            "stop": 874526220
        },
        {
            "start": 874526414,
            "stop": 874526460
        },
        {
            "start": 874526580,
            "stop": 874526640
        },
        {
            "start": 874526705,
            "stop": 874526908
        },
        {
            "start": 874526915,
            "stop": 874526994
        },
        {
            "start": 874527001,
            "stop": 874527015
        },
        {
            "start": 874527022,
            "stop": 874527041
        },
        {
            "start": 874527049,
            "stop": 874527317
        }
    ]
}