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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7265",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7263",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7264,
    "results": [
        {
            "start": 874944975,
            "stop": 874945039
        },
        {
            "start": 874945042,
            "stop": 874945044
        },
        {
            "start": 874945047,
            "stop": 874945173
        },
        {
            "start": 874945174,
            "stop": 874945217
        },
        {
            "start": 874945218,
            "stop": 874945312
        },
        {
            "start": 874945314,
            "stop": 874945348
        },
        {
            "start": 874945349,
            "stop": 874945376
        },
        {
            "start": 874945377,
            "stop": 874945445
        },
        {
            "start": 874953518,
            "stop": 874953535
        },
        {
            "start": 874953537,
            "stop": 874953543
        },
        {
            "start": 874953547,
            "stop": 874953585
        },
        {
            "start": 874953587,
            "stop": 874953594
        },
        {
            "start": 874953599,
            "stop": 874953784
        },
        {
            "start": 874953785,
            "stop": 874953840
        },
        {
            "start": 874953841,
            "stop": 874953845
        },
        {
            "start": 874953846,
            "stop": 874953848
        },
        {
            "start": 874953850,
            "stop": 874953851
        },
        {
            "start": 874953853,
            "stop": 874953855
        },
        {
            "start": 874953857,
            "stop": 874953858
        },
        {
            "start": 874953860,
            "stop": 874953861
        }
    ]
}