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=3036
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=3037",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3035",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3036,
    "results": [
        {
            "start": 864153796,
            "stop": 864153802
        },
        {
            "start": 864153812,
            "stop": 864155365
        },
        {
            "start": 864155370,
            "stop": 864155377
        },
        {
            "start": 864155383,
            "stop": 864156747
        },
        {
            "start": 864156753,
            "stop": 864158570
        },
        {
            "start": 864158919,
            "stop": 864160320
        },
        {
            "start": 864160380,
            "stop": 864164820
        },
        {
            "start": 864164880,
            "stop": 864168506
        },
        {
            "start": 864168806,
            "stop": 864172380
        },
        {
            "start": 864172440,
            "stop": 864179702
        },
        {
            "start": 864179708,
            "stop": 864184320
        },
        {
            "start": 864184740,
            "stop": 864193841
        },
        {
            "start": 864194787,
            "stop": 864207884
        },
        {
            "start": 864208065,
            "stop": 864208544
        },
        {
            "start": 864208725,
            "stop": 864212504
        },
        {
            "start": 864212685,
            "stop": 864212804
        },
        {
            "start": 864212985,
            "stop": 864215640
        },
        {
            "start": 864215700,
            "stop": 864234639
        },
        {
            "start": 864234643,
            "stop": 864237764
        },
        {
            "start": 864237945,
            "stop": 864253148
        }
    ]
}