Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1361
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=1362",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1360",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1361,
    "results": [
        {
            "start": 843857163,
            "stop": 843857222
        },
        {
            "start": 843857225,
            "stop": 843857228
        },
        {
            "start": 843857231,
            "stop": 843857235
        },
        {
            "start": 843857240,
            "stop": 843857245
        },
        {
            "start": 843857248,
            "stop": 843857262
        },
        {
            "start": 843857265,
            "stop": 843857380
        },
        {
            "start": 843857383,
            "stop": 843857454
        },
        {
            "start": 843857457,
            "stop": 843857597
        },
        {
            "start": 843857602,
            "stop": 843857653
        },
        {
            "start": 843857656,
            "stop": 843857659
        },
        {
            "start": 843857662,
            "stop": 843857698
        },
        {
            "start": 843857706,
            "stop": 843857728
        },
        {
            "start": 843857731,
            "stop": 843857784
        },
        {
            "start": 843857789,
            "stop": 843857790
        },
        {
            "start": 843857793,
            "stop": 843857861
        },
        {
            "start": 843857864,
            "stop": 843857891
        },
        {
            "start": 843857894,
            "stop": 843857926
        },
        {
            "start": 843857929,
            "stop": 843857931
        },
        {
            "start": 843857934,
            "stop": 843857943
        },
        {
            "start": 843857946,
            "stop": 843858007
        }
    ]
}