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=5886
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=5887",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5885",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5886,
    "results": [
        {
            "start": 874904138,
            "stop": 874914234
        },
        {
            "start": 874914237,
            "stop": 874918244
        },
        {
            "start": 874918425,
            "stop": 874925349
        },
        {
            "start": 874925352,
            "stop": 874932410
        },
        {
            "start": 874932413,
            "stop": 874934896
        },
        {
            "start": 874935636,
            "stop": 874939358
        },
        {
            "start": 874939361,
            "stop": 874939664
        },
        {
            "start": 874939845,
            "stop": 874940834
        },
        {
            "start": 874940837,
            "stop": 874940942
        },
        {
            "start": 874940945,
            "stop": 874941970
        },
        {
            "start": 874941975,
            "stop": 874942563
        },
        {
            "start": 874942566,
            "stop": 874944475
        },
        {
            "start": 874944479,
            "stop": 874944700
        },
        {
            "start": 874944704,
            "stop": 874944980
        },
        {
            "start": 874944984,
            "stop": 874945103
        },
        {
            "start": 874945106,
            "stop": 874945246
        },
        {
            "start": 874945249,
            "stop": 874945329
        },
        {
            "start": 874945332,
            "stop": 874945446
        },
        {
            "start": 874949145,
            "stop": 874949192
        },
        {
            "start": 874949197,
            "stop": 874949278
        }
    ]
}