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/L1_BURST_CAT3H/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/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=199",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=197",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 198,
    "results": [
        {
            "start": 931483579,
            "stop": 931483601
        },
        {
            "start": 931483603,
            "stop": 931483619
        },
        {
            "start": 931483622,
            "stop": 931483636
        },
        {
            "start": 931483638,
            "stop": 931483649
        },
        {
            "start": 931483652,
            "stop": 931483663
        },
        {
            "start": 931483666,
            "stop": 931483680
        },
        {
            "start": 931483682,
            "stop": 931483693
        },
        {
            "start": 931483695,
            "stop": 931483698
        },
        {
            "start": 931483702,
            "stop": 931483706
        },
        {
            "start": 931483707,
            "stop": 931483712
        },
        {
            "start": 931483716,
            "stop": 931483718
        },
        {
            "start": 931483722,
            "stop": 931483725
        },
        {
            "start": 931483727,
            "stop": 931483737
        },
        {
            "start": 931483740,
            "stop": 931483761
        },
        {
            "start": 931483765,
            "stop": 931483769
        },
        {
            "start": 931483775,
            "stop": 931483776
        },
        {
            "start": 931483779,
            "stop": 931483808
        },
        {
            "start": 931483811,
            "stop": 931483812
        },
        {
            "start": 931483814,
            "stop": 931483820
        },
        {
            "start": 931483822,
            "stop": 931483834
        }
    ]
}