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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1510",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1508",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1509,
    "results": [
        {
            "start": 869557742,
            "stop": 869581028
        },
        {
            "start": 869581033,
            "stop": 869588467
        },
        {
            "start": 869588470,
            "stop": 869588481
        },
        {
            "start": 869588484,
            "stop": 869588491
        },
        {
            "start": 869588494,
            "stop": 869590337
        },
        {
            "start": 869590341,
            "stop": 869596293
        },
        {
            "start": 869596299,
            "stop": 869596308
        },
        {
            "start": 869596312,
            "stop": 869598914
        },
        {
            "start": 869598917,
            "stop": 869600608
        },
        {
            "start": 869600613,
            "stop": 869603778
        },
        {
            "start": 869604524,
            "stop": 869604872
        },
        {
            "start": 869604876,
            "stop": 869604879
        },
        {
            "start": 869604882,
            "stop": 869604888
        },
        {
            "start": 869604891,
            "stop": 869604904
        },
        {
            "start": 869605064,
            "stop": 869613867
        },
        {
            "start": 869615351,
            "stop": 869616288
        },
        {
            "start": 869616291,
            "stop": 869616311
        },
        {
            "start": 869616938,
            "stop": 869617348
        },
        {
            "start": 869619199,
            "stop": 869720559
        },
        {
            "start": 869722360,
            "stop": 869773259
        }
    ]
}