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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8848",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8846",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8847,
    "results": [
        {
            "start": 874557960,
            "stop": 874557983
        },
        {
            "start": 874558000,
            "stop": 874558020
        },
        {
            "start": 874558080,
            "stop": 874558320
        },
        {
            "start": 874558380,
            "stop": 874558500
        },
        {
            "start": 874558620,
            "stop": 874558680
        },
        {
            "start": 874558740,
            "stop": 874558848
        },
        {
            "start": 874558980,
            "stop": 874559100
        },
        {
            "start": 874559280,
            "stop": 874559340
        },
        {
            "start": 874559460,
            "stop": 874559520
        },
        {
            "start": 874559580,
            "stop": 874559640
        },
        {
            "start": 874560120,
            "stop": 874560240
        },
        {
            "start": 874560360,
            "stop": 874560480
        },
        {
            "start": 874560540,
            "stop": 874560840
        },
        {
            "start": 874560900,
            "stop": 874561440
        },
        {
            "start": 874562400,
            "stop": 874562520
        },
        {
            "start": 874562640,
            "stop": 874562700
        },
        {
            "start": 874562880,
            "stop": 874563060
        },
        {
            "start": 874564020,
            "stop": 874564140
        },
        {
            "start": 874564260,
            "stop": 874564380
        },
        {
            "start": 874564560,
            "stop": 874564620
        }
    ]
}