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/S6/timelines/H1_BURST_CAT3H/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/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=148",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=146",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 147,
    "results": [
        {
            "start": 931132596,
            "stop": 931132606
        },
        {
            "start": 931132607,
            "stop": 931132609
        },
        {
            "start": 931132610,
            "stop": 931132620
        },
        {
            "start": 931132622,
            "stop": 931132626
        },
        {
            "start": 931132630,
            "stop": 931132632
        },
        {
            "start": 931132633,
            "stop": 931132635
        },
        {
            "start": 931132637,
            "stop": 931132641
        },
        {
            "start": 931132643,
            "stop": 931132665
        },
        {
            "start": 931132672,
            "stop": 931132673
        },
        {
            "start": 931132677,
            "stop": 931132682
        },
        {
            "start": 931132683,
            "stop": 931132689
        },
        {
            "start": 931132690,
            "stop": 931132692
        },
        {
            "start": 931132693,
            "stop": 931132697
        },
        {
            "start": 931132701,
            "stop": 931132702
        },
        {
            "start": 931132707,
            "stop": 931132708
        },
        {
            "start": 931132709,
            "stop": 931132711
        },
        {
            "start": 931132719,
            "stop": 931132722
        },
        {
            "start": 931132725,
            "stop": 931132727
        },
        {
            "start": 931132729,
            "stop": 931132735
        },
        {
            "start": 931132741,
            "stop": 931132760
        }
    ]
}