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=80
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=81",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=79",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 80,
    "results": [
        {
            "start": 824510935,
            "stop": 824510994
        },
        {
            "start": 824510996,
            "stop": 824511004
        },
        {
            "start": 824511006,
            "stop": 824511009
        },
        {
            "start": 824511010,
            "stop": 824511011
        },
        {
            "start": 824511013,
            "stop": 824511019
        },
        {
            "start": 824511021,
            "stop": 824511032
        },
        {
            "start": 824511034,
            "stop": 824511038
        },
        {
            "start": 824511041,
            "stop": 824511050
        },
        {
            "start": 824511052,
            "stop": 824511054
        },
        {
            "start": 824511056,
            "stop": 824511060
        },
        {
            "start": 824511062,
            "stop": 824511067
        },
        {
            "start": 824511072,
            "stop": 824511087
        },
        {
            "start": 824511089,
            "stop": 824511090
        },
        {
            "start": 824511092,
            "stop": 824511119
        },
        {
            "start": 824511120,
            "stop": 824511123
        },
        {
            "start": 824511125,
            "stop": 824511167
        },
        {
            "start": 824511168,
            "stop": 824511179
        },
        {
            "start": 824511181,
            "stop": 824511191
        },
        {
            "start": 824511195,
            "stop": 824511210
        },
        {
            "start": 824511212,
            "stop": 824511213
        }
    ]
}