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=198
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=199",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=197",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 198,
    "results": [
        {
            "start": 839047103,
            "stop": 839050426
        },
        {
            "start": 839050427,
            "stop": 839061740
        },
        {
            "start": 839061741,
            "stop": 839065056
        },
        {
            "start": 839066112,
            "stop": 839066925
        },
        {
            "start": 839066926,
            "stop": 839073586
        },
        {
            "start": 839073886,
            "stop": 839082854
        },
        {
            "start": 839082857,
            "stop": 839084382
        },
        {
            "start": 839100677,
            "stop": 839101488
        },
        {
            "start": 839101491,
            "stop": 839101493
        },
        {
            "start": 839101496,
            "stop": 839101501
        },
        {
            "start": 839101504,
            "stop": 839101510
        },
        {
            "start": 839101653,
            "stop": 839102744
        },
        {
            "start": 839102748,
            "stop": 839102754
        },
        {
            "start": 839102758,
            "stop": 839102803
        },
        {
            "start": 839102804,
            "stop": 839102820
        },
        {
            "start": 839103383,
            "stop": 839104072
        },
        {
            "start": 839104075,
            "stop": 839104077
        },
        {
            "start": 839104082,
            "stop": 839104083
        },
        {
            "start": 839104089,
            "stop": 839104096
        },
        {
            "start": 839104106,
            "stop": 839105512
        }
    ]
}