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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=781",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=779",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 780,
    "results": [
        {
            "start": 1249566549,
            "stop": 1249568714
        },
        {
            "start": 1249584310,
            "stop": 1249587610
        },
        {
            "start": 1249587614,
            "stop": 1249589570
        },
        {
            "start": 1249589573,
            "stop": 1249590128
        },
        {
            "start": 1249590133,
            "stop": 1249592091
        },
        {
            "start": 1249592096,
            "stop": 1249594301
        },
        {
            "start": 1249594304,
            "stop": 1249595294
        },
        {
            "start": 1249595298,
            "stop": 1249599749
        },
        {
            "start": 1249599753,
            "stop": 1249602721
        },
        {
            "start": 1249602726,
            "stop": 1249602765
        },
        {
            "start": 1249602766,
            "stop": 1249602786
        },
        {
            "start": 1249602794,
            "stop": 1249603815
        },
        {
            "start": 1249603819,
            "stop": 1249605196
        },
        {
            "start": 1249607652,
            "stop": 1249608569
        },
        {
            "start": 1249608574,
            "stop": 1249609737
        },
        {
            "start": 1249609741,
            "stop": 1249609760
        },
        {
            "start": 1249609765,
            "stop": 1249610624
        },
        {
            "start": 1249610628,
            "stop": 1249612629
        },
        {
            "start": 1249615364,
            "stop": 1249617361
        },
        {
            "start": 1249617364,
            "stop": 1249620341
        }
    ]
}