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=6396
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=6397",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6395",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6396,
    "results": [
        {
            "start": 873605653,
            "stop": 873606028
        },
        {
            "start": 873606030,
            "stop": 873606032
        },
        {
            "start": 873606033,
            "stop": 873606250
        },
        {
            "start": 873606251,
            "stop": 873606260
        },
        {
            "start": 873606261,
            "stop": 873606837
        },
        {
            "start": 873606838,
            "stop": 873606969
        },
        {
            "start": 873606970,
            "stop": 873607286
        },
        {
            "start": 873607287,
            "stop": 873607435
        },
        {
            "start": 873607437,
            "stop": 873607504
        },
        {
            "start": 873607505,
            "stop": 873607661
        },
        {
            "start": 873607662,
            "stop": 873607949
        },
        {
            "start": 873607950,
            "stop": 873608231
        },
        {
            "start": 873608232,
            "stop": 873608528
        },
        {
            "start": 873608529,
            "stop": 873608688
        },
        {
            "start": 873608689,
            "stop": 873608869
        },
        {
            "start": 873608870,
            "stop": 873609046
        },
        {
            "start": 873609047,
            "stop": 873609087
        },
        {
            "start": 873609088,
            "stop": 873609245
        },
        {
            "start": 873609247,
            "stop": 873609312
        },
        {
            "start": 873609313,
            "stop": 873609421
        }
    ]
}