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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46730",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46728",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46729,
    "results": [
        {
            "start": 875066575,
            "stop": 875066576
        },
        {
            "start": 875066577,
            "stop": 875066626
        },
        {
            "start": 875066627,
            "stop": 875066652
        },
        {
            "start": 875066654,
            "stop": 875066656
        },
        {
            "start": 875066657,
            "stop": 875066661
        },
        {
            "start": 875066662,
            "stop": 875066696
        },
        {
            "start": 875066697,
            "stop": 875066704
        },
        {
            "start": 875066705,
            "stop": 875066744
        },
        {
            "start": 875066745,
            "stop": 875066746
        },
        {
            "start": 875066747,
            "stop": 875066749
        },
        {
            "start": 875066750,
            "stop": 875066763
        },
        {
            "start": 875066764,
            "stop": 875066806
        },
        {
            "start": 875066807,
            "stop": 875066840
        },
        {
            "start": 875066841,
            "stop": 875066842
        },
        {
            "start": 875066844,
            "stop": 875066851
        },
        {
            "start": 875066853,
            "stop": 875066891
        },
        {
            "start": 875066893,
            "stop": 875066894
        },
        {
            "start": 875066895,
            "stop": 875066914
        },
        {
            "start": 875066915,
            "stop": 875066954
        },
        {
            "start": 875066955,
            "stop": 875066976
        }
    ]
}