Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5848
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5849",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5847",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5848,
    "results": [
        {
            "start": 874745142,
            "stop": 874745202
        },
        {
            "start": 874745205,
            "stop": 874745242
        },
        {
            "start": 874745245,
            "stop": 874745247
        },
        {
            "start": 874745250,
            "stop": 874745251
        },
        {
            "start": 874745254,
            "stop": 874745277
        },
        {
            "start": 874745280,
            "stop": 874745294
        },
        {
            "start": 874745297,
            "stop": 874745348
        },
        {
            "start": 874745351,
            "stop": 874745363
        },
        {
            "start": 874745367,
            "stop": 874745368
        },
        {
            "start": 874745373,
            "stop": 874745503
        },
        {
            "start": 874745506,
            "stop": 874745508
        },
        {
            "start": 874745512,
            "stop": 874745526
        },
        {
            "start": 874745530,
            "stop": 874745577
        },
        {
            "start": 874745580,
            "stop": 874745646
        },
        {
            "start": 874745649,
            "stop": 874745799
        },
        {
            "start": 874745802,
            "stop": 874746003
        },
        {
            "start": 874746006,
            "stop": 874746013
        },
        {
            "start": 874746017,
            "stop": 874746067
        },
        {
            "start": 874746070,
            "stop": 874746115
        },
        {
            "start": 874746118,
            "stop": 874746194
        }
    ]
}