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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=448",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=446",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 447,
    "results": [
        {
            "start": 847820512,
            "stop": 847820514
        },
        {
            "start": 847820515,
            "stop": 847820539
        },
        {
            "start": 847820540,
            "stop": 847820625
        },
        {
            "start": 847820626,
            "stop": 847820642
        },
        {
            "start": 847820643,
            "stop": 847820655
        },
        {
            "start": 847820657,
            "stop": 847820665
        },
        {
            "start": 847820667,
            "stop": 847820672
        },
        {
            "start": 847820673,
            "stop": 847820682
        },
        {
            "start": 847820683,
            "stop": 847820684
        },
        {
            "start": 847820686,
            "stop": 847820715
        },
        {
            "start": 847820716,
            "stop": 847820763
        },
        {
            "start": 847820765,
            "stop": 847820780
        },
        {
            "start": 847821198,
            "stop": 847821249
        },
        {
            "start": 847822961,
            "stop": 847822972
        },
        {
            "start": 847822973,
            "stop": 847823024
        },
        {
            "start": 847823027,
            "stop": 847823028
        },
        {
            "start": 847823030,
            "stop": 847823031
        },
        {
            "start": 847823033,
            "stop": 847823050
        },
        {
            "start": 847823052,
            "stop": 847823054
        },
        {
            "start": 847823055,
            "stop": 847823058
        }
    ]
}