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_CAT3/segments?format=api&page=245
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=246",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=244",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 245,
    "results": [
        {
            "start": 931677450,
            "stop": 931677454
        },
        {
            "start": 931677457,
            "stop": 931677474
        },
        {
            "start": 931677476,
            "stop": 931677485
        },
        {
            "start": 931677488,
            "stop": 931677493
        },
        {
            "start": 931677678,
            "stop": 931677680
        },
        {
            "start": 931677683,
            "stop": 931677701
        },
        {
            "start": 931677704,
            "stop": 931677714
        },
        {
            "start": 931677717,
            "stop": 931677718
        },
        {
            "start": 931677722,
            "stop": 931677738
        },
        {
            "start": 931677741,
            "stop": 931677749
        },
        {
            "start": 931677752,
            "stop": 931677753
        },
        {
            "start": 931677756,
            "stop": 931677760
        },
        {
            "start": 931677763,
            "stop": 931677772
        },
        {
            "start": 931677775,
            "stop": 931677776
        },
        {
            "start": 931677782,
            "stop": 931677786
        },
        {
            "start": 931677793,
            "stop": 931677799
        },
        {
            "start": 931677802,
            "stop": 931677806
        },
        {
            "start": 931677810,
            "stop": 931677817
        },
        {
            "start": 931677820,
            "stop": 931677821
        },
        {
            "start": 931677824,
            "stop": 931677826
        }
    ]
}