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=1394
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=1395",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1393",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1394,
    "results": [
        {
            "start": 844457499,
            "stop": 844464553
        },
        {
            "start": 844464742,
            "stop": 844466466
        },
        {
            "start": 844467044,
            "stop": 844488654
        },
        {
            "start": 844488690,
            "stop": 844508470
        },
        {
            "start": 844511881,
            "stop": 844526413
        },
        {
            "start": 844560244,
            "stop": 844562898
        },
        {
            "start": 844563287,
            "stop": 844578831
        },
        {
            "start": 844581812,
            "stop": 844607779
        },
        {
            "start": 844608784,
            "stop": 844609581
        },
        {
            "start": 844612612,
            "stop": 844615722
        },
        {
            "start": 844615796,
            "stop": 844617731
        },
        {
            "start": 844617734,
            "stop": 844617742
        },
        {
            "start": 844617745,
            "stop": 844618515
        },
        {
            "start": 844618518,
            "stop": 844618860
        },
        {
            "start": 844618864,
            "stop": 844619525
        },
        {
            "start": 844619529,
            "stop": 844620382
        },
        {
            "start": 844620385,
            "stop": 844620408
        },
        {
            "start": 844620417,
            "stop": 844620426
        },
        {
            "start": 844620429,
            "stop": 844620431
        },
        {
            "start": 844620439,
            "stop": 844620482
        }
    ]
}