Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=245
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=246",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=244",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 245,
    "results": [
        {
            "start": 821376025,
            "stop": 821376109
        },
        {
            "start": 821376118,
            "stop": 821376194
        },
        {
            "start": 821376205,
            "stop": 821376213
        },
        {
            "start": 821376224,
            "stop": 821376232
        },
        {
            "start": 821376244,
            "stop": 821376326
        },
        {
            "start": 821376350,
            "stop": 821376391
        },
        {
            "start": 821376399,
            "stop": 821376435
        },
        {
            "start": 821376443,
            "stop": 821376470
        },
        {
            "start": 821376478,
            "stop": 821376510
        },
        {
            "start": 821376524,
            "stop": 821376663
        },
        {
            "start": 821376671,
            "stop": 821376673
        },
        {
            "start": 821376681,
            "stop": 821376682
        },
        {
            "start": 821376848,
            "stop": 821376864
        },
        {
            "start": 821376996,
            "stop": 821377836
        },
        {
            "start": 821378331,
            "stop": 821378695
        },
        {
            "start": 821378890,
            "stop": 821379119
        },
        {
            "start": 821379127,
            "stop": 821379259
        },
        {
            "start": 821379269,
            "stop": 821379329
        },
        {
            "start": 821379339,
            "stop": 821379347
        },
        {
            "start": 821379355,
            "stop": 821379649
        }
    ]
}