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=160
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=161",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=159",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 160,
    "results": [
        {
            "start": 834573373,
            "stop": 834573853
        },
        {
            "start": 834573910,
            "stop": 834573913
        },
        {
            "start": 834574033,
            "stop": 834574135
        },
        {
            "start": 834574137,
            "stop": 834593588
        },
        {
            "start": 834594313,
            "stop": 834596593
        },
        {
            "start": 834598933,
            "stop": 834614353
        },
        {
            "start": 834614407,
            "stop": 834614410
        },
        {
            "start": 834620833,
            "stop": 834621705
        },
        {
            "start": 834621707,
            "stop": 834621874
        },
        {
            "start": 834621876,
            "stop": 834622114
        },
        {
            "start": 834622117,
            "stop": 834622813
        },
        {
            "start": 834626173,
            "stop": 834631926
        },
        {
            "start": 834633133,
            "stop": 834634685
        },
        {
            "start": 834636193,
            "stop": 834636253
        },
        {
            "start": 834641533,
            "stop": 834642533
        },
        {
            "start": 834644233,
            "stop": 834646490
        },
        {
            "start": 834647533,
            "stop": 834648013
        },
        {
            "start": 834648015,
            "stop": 834648018
        },
        {
            "start": 834648133,
            "stop": 834649752
        },
        {
            "start": 834651973,
            "stop": 834656337
        }
    ]
}