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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=148",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=146",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 147,
    "results": [
        {
            "start": 818052626,
            "stop": 818052629
        },
        {
            "start": 818052635,
            "stop": 818052639
        },
        {
            "start": 818052644,
            "stop": 818052645
        },
        {
            "start": 818052651,
            "stop": 818052659
        },
        {
            "start": 818052662,
            "stop": 818052663
        },
        {
            "start": 818052668,
            "stop": 818052672
        },
        {
            "start": 818052675,
            "stop": 818052684
        },
        {
            "start": 818052691,
            "stop": 818052693
        },
        {
            "start": 818052701,
            "stop": 818052702
        },
        {
            "start": 818052707,
            "stop": 818052720
        },
        {
            "start": 818052780,
            "stop": 818052786
        },
        {
            "start": 818052789,
            "stop": 818052792
        },
        {
            "start": 818052795,
            "stop": 818052804
        },
        {
            "start": 818052807,
            "stop": 818052809
        },
        {
            "start": 818052812,
            "stop": 818052833
        },
        {
            "start": 818052900,
            "stop": 818052908
        },
        {
            "start": 818052912,
            "stop": 818052921
        },
        {
            "start": 818052925,
            "stop": 818052930
        },
        {
            "start": 818052936,
            "stop": 818052964
        },
        {
            "start": 818052967,
            "stop": 818053011
        }
    ]
}