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/H2_BURST_CAT2E/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/H2_BURST_CAT2E/segments?format=api&page=148",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=146",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 147,
    "results": [
        {
            "start": 821521279,
            "stop": 821521294
        },
        {
            "start": 821521297,
            "stop": 821521322
        },
        {
            "start": 821521325,
            "stop": 821521359
        },
        {
            "start": 821521362,
            "stop": 821521373
        },
        {
            "start": 821521376,
            "stop": 821521386
        },
        {
            "start": 821521389,
            "stop": 821521392
        },
        {
            "start": 821521395,
            "stop": 821521407
        },
        {
            "start": 821521410,
            "stop": 821521468
        },
        {
            "start": 821521471,
            "stop": 821521484
        },
        {
            "start": 821521487,
            "stop": 821521520
        },
        {
            "start": 821521523,
            "stop": 821521536
        },
        {
            "start": 821521539,
            "stop": 821521571
        },
        {
            "start": 821521576,
            "stop": 821521593
        },
        {
            "start": 821521596,
            "stop": 821521603
        },
        {
            "start": 821521606,
            "stop": 821521607
        },
        {
            "start": 821521610,
            "stop": 821521619
        },
        {
            "start": 821521622,
            "stop": 821521628
        },
        {
            "start": 821521631,
            "stop": 821521677
        },
        {
            "start": 821521680,
            "stop": 821521686
        },
        {
            "start": 821521690,
            "stop": 821521698
        }
    ]
}