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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=324",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=322",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 323,
    "results": [
        {
            "start": 931761001,
            "stop": 931761007
        },
        {
            "start": 931761009,
            "stop": 931761017
        },
        {
            "start": 931761019,
            "stop": 931761028
        },
        {
            "start": 931761031,
            "stop": 931761180
        },
        {
            "start": 931761187,
            "stop": 931761219
        },
        {
            "start": 931761222,
            "stop": 931761225
        },
        {
            "start": 931761227,
            "stop": 931761230
        },
        {
            "start": 931761232,
            "stop": 931761233
        },
        {
            "start": 931761234,
            "stop": 931761236
        },
        {
            "start": 931761238,
            "stop": 931761241
        },
        {
            "start": 931761243,
            "stop": 931761247
        },
        {
            "start": 931761248,
            "stop": 931761256
        },
        {
            "start": 931761257,
            "stop": 931761258
        },
        {
            "start": 931761260,
            "stop": 931761410
        },
        {
            "start": 931761412,
            "stop": 931761459
        },
        {
            "start": 931761461,
            "stop": 931761492
        },
        {
            "start": 931761493,
            "stop": 931761534
        },
        {
            "start": 931761537,
            "stop": 931761574
        },
        {
            "start": 931765138,
            "stop": 931765737
        },
        {
            "start": 931765739,
            "stop": 931766145
        }
    ]
}