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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=11",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=9",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 10,
    "results": [
        {
            "start": 817704087,
            "stop": 817719064
        },
        {
            "start": 817720684,
            "stop": 817748053
        },
        {
            "start": 817750205,
            "stop": 817750487
        },
        {
            "start": 817755360,
            "stop": 817769293
        },
        {
            "start": 817771268,
            "stop": 817771751
        },
        {
            "start": 817773011,
            "stop": 817781893
        },
        {
            "start": 817784015,
            "stop": 817803416
        },
        {
            "start": 817804811,
            "stop": 817817221
        },
        {
            "start": 817853794,
            "stop": 817855693
        },
        {
            "start": 817856616,
            "stop": 817860373
        },
        {
            "start": 817861292,
            "stop": 817873653
        },
        {
            "start": 817874685,
            "stop": 817879093
        },
        {
            "start": 817881058,
            "stop": 817890898
        },
        {
            "start": 817892173,
            "stop": 817900442
        },
        {
            "start": 817901092,
            "stop": 817901473
        },
        {
            "start": 817902729,
            "stop": 817908725
        },
        {
            "start": 817909481,
            "stop": 817909633
        },
        {
            "start": 817981689,
            "stop": 817995472
        },
        {
            "start": 818049731,
            "stop": 818054478
        },
        {
            "start": 818059500,
            "stop": 818060389
        }
    ]
}