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=7197
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=7198",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7196",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7197,
    "results": [
        {
            "start": 874601419,
            "stop": 874602359
        },
        {
            "start": 874602360,
            "stop": 874602421
        },
        {
            "start": 874602423,
            "stop": 874602711
        },
        {
            "start": 874602712,
            "stop": 874602837
        },
        {
            "start": 874602838,
            "stop": 874602957
        },
        {
            "start": 874602958,
            "stop": 874603780
        },
        {
            "start": 874603781,
            "stop": 874604069
        },
        {
            "start": 874604071,
            "stop": 874604340
        },
        {
            "start": 874604341,
            "stop": 874604520
        },
        {
            "start": 874604522,
            "stop": 874604646
        },
        {
            "start": 874604647,
            "stop": 874605380
        },
        {
            "start": 874605381,
            "stop": 874605969
        },
        {
            "start": 874605971,
            "stop": 874606084
        },
        {
            "start": 874606086,
            "stop": 874606189
        },
        {
            "start": 874606190,
            "stop": 874606736
        },
        {
            "start": 874606738,
            "stop": 874606834
        },
        {
            "start": 874606835,
            "stop": 874607344
        },
        {
            "start": 874607345,
            "stop": 874607966
        },
        {
            "start": 874607967,
            "stop": 874608020
        },
        {
            "start": 874608021,
            "stop": 874608184
        }
    ]
}