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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1665",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1663",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1664,
    "results": [
        {
            "start": 957194615,
            "stop": 957194617
        },
        {
            "start": 957194620,
            "stop": 957194621
        },
        {
            "start": 957194624,
            "stop": 957194633
        },
        {
            "start": 957194638,
            "stop": 957194639
        },
        {
            "start": 957194643,
            "stop": 957194646
        },
        {
            "start": 957194648,
            "stop": 957194672
        },
        {
            "start": 957194675,
            "stop": 957194678
        },
        {
            "start": 957194679,
            "stop": 957194686
        },
        {
            "start": 957194688,
            "stop": 957194697
        },
        {
            "start": 957194701,
            "stop": 957194734
        },
        {
            "start": 957194736,
            "stop": 957194776
        },
        {
            "start": 957194779,
            "stop": 957195017
        },
        {
            "start": 957195019,
            "stop": 957195441
        },
        {
            "start": 957196610,
            "stop": 957198741
        },
        {
            "start": 957198743,
            "stop": 957201118
        },
        {
            "start": 957201120,
            "stop": 957204846
        },
        {
            "start": 957207302,
            "stop": 957209971
        },
        {
            "start": 957211033,
            "stop": 957216329
        },
        {
            "start": 957229340,
            "stop": 957230016
        },
        {
            "start": 957247016,
            "stop": 957248376
        }
    ]
}