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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46931",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46929",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46930,
    "results": [
        {
            "start": 875196252,
            "stop": 875196265
        },
        {
            "start": 875196266,
            "stop": 875196280
        },
        {
            "start": 875196283,
            "stop": 875196296
        },
        {
            "start": 875196298,
            "stop": 875196309
        },
        {
            "start": 875196310,
            "stop": 875196311
        },
        {
            "start": 875196312,
            "stop": 875196332
        },
        {
            "start": 875196333,
            "stop": 875196345
        },
        {
            "start": 875196346,
            "stop": 875196349
        },
        {
            "start": 875196350,
            "stop": 875196360
        },
        {
            "start": 875196361,
            "stop": 875196368
        },
        {
            "start": 875196371,
            "stop": 875196427
        },
        {
            "start": 875196433,
            "stop": 875196444
        },
        {
            "start": 875196447,
            "stop": 875196467
        },
        {
            "start": 875196470,
            "stop": 875196481
        },
        {
            "start": 875196482,
            "stop": 875196489
        },
        {
            "start": 875196490,
            "stop": 875196501
        },
        {
            "start": 875196504,
            "stop": 875196511
        },
        {
            "start": 875196515,
            "stop": 875196530
        },
        {
            "start": 875196531,
            "stop": 875196539
        },
        {
            "start": 875196540,
            "stop": 875196560
        }
    ]
}