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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=448",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=446",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 447,
    "results": [
        {
            "start": 945364646,
            "stop": 945364747
        },
        {
            "start": 945364748,
            "stop": 945377220
        },
        {
            "start": 945381006,
            "stop": 945386932
        },
        {
            "start": 945388591,
            "stop": 945390588
        },
        {
            "start": 945392247,
            "stop": 945417818
        },
        {
            "start": 945417819,
            "stop": 945417820
        },
        {
            "start": 945417821,
            "stop": 945420171
        },
        {
            "start": 945420172,
            "stop": 945420201
        },
        {
            "start": 945420202,
            "stop": 945429078
        },
        {
            "start": 945438966,
            "stop": 945444265
        },
        {
            "start": 945444267,
            "stop": 945444348
        },
        {
            "start": 945444350,
            "stop": 945444351
        },
        {
            "start": 945444356,
            "stop": 945444365
        },
        {
            "start": 945444368,
            "stop": 945444407
        },
        {
            "start": 945444409,
            "stop": 945444508
        },
        {
            "start": 945444510,
            "stop": 945444580
        },
        {
            "start": 945447216,
            "stop": 945448255
        },
        {
            "start": 945452106,
            "stop": 945452169
        },
        {
            "start": 945452170,
            "stop": 945458798
        },
        {
            "start": 945468842,
            "stop": 945480182
        }
    ]
}