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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=160",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=158",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 159,
    "results": [
        {
            "start": 820369680,
            "stop": 820370231
        },
        {
            "start": 820370234,
            "stop": 820370294
        },
        {
            "start": 820370297,
            "stop": 820370993
        },
        {
            "start": 820373426,
            "stop": 820373522
        },
        {
            "start": 820373525,
            "stop": 820373784
        },
        {
            "start": 820373787,
            "stop": 820373873
        },
        {
            "start": 820373876,
            "stop": 820375119
        },
        {
            "start": 820375122,
            "stop": 820375422
        },
        {
            "start": 820375426,
            "stop": 820376820
        },
        {
            "start": 820376940,
            "stop": 820377069
        },
        {
            "start": 820377072,
            "stop": 820377163
        },
        {
            "start": 820377166,
            "stop": 820377325
        },
        {
            "start": 820377328,
            "stop": 820378689
        },
        {
            "start": 820378692,
            "stop": 820380079
        },
        {
            "start": 820381418,
            "stop": 820381823
        },
        {
            "start": 820381826,
            "stop": 820381993
        },
        {
            "start": 820382000,
            "stop": 820382001
        },
        {
            "start": 820382080,
            "stop": 820383730
        },
        {
            "start": 820383733,
            "stop": 820383741
        },
        {
            "start": 820383744,
            "stop": 820384234
        }
    ]
}