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=268
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=269",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=267",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 268,
    "results": [
        {
            "start": 931166629,
            "stop": 931166631
        },
        {
            "start": 931166632,
            "stop": 931166633
        },
        {
            "start": 931166636,
            "stop": 931166639
        },
        {
            "start": 931166644,
            "stop": 931166648
        },
        {
            "start": 931166653,
            "stop": 931166657
        },
        {
            "start": 931166658,
            "stop": 931166660
        },
        {
            "start": 931166661,
            "stop": 931166665
        },
        {
            "start": 931166666,
            "stop": 931166667
        },
        {
            "start": 931166668,
            "stop": 931166669
        },
        {
            "start": 931166670,
            "stop": 931166671
        },
        {
            "start": 931166673,
            "stop": 931166674
        },
        {
            "start": 931166680,
            "stop": 931166682
        },
        {
            "start": 931166683,
            "stop": 931166684
        },
        {
            "start": 931166685,
            "stop": 931166689
        },
        {
            "start": 931166692,
            "stop": 931166695
        },
        {
            "start": 931166696,
            "stop": 931166697
        },
        {
            "start": 931166698,
            "stop": 931166699
        },
        {
            "start": 931166702,
            "stop": 931166703
        },
        {
            "start": 931166704,
            "stop": 931166709
        },
        {
            "start": 931166714,
            "stop": 931166718
        }
    ]
}