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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=309",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=307",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 308,
    "results": [
        {
            "start": 869660374,
            "stop": 869660407
        },
        {
            "start": 869660414,
            "stop": 869660446
        },
        {
            "start": 869660450,
            "stop": 869660460
        },
        {
            "start": 869660468,
            "stop": 869660487
        },
        {
            "start": 869660491,
            "stop": 869660502
        },
        {
            "start": 869660508,
            "stop": 869660524
        },
        {
            "start": 869660527,
            "stop": 869660544
        },
        {
            "start": 869660548,
            "stop": 869660566
        },
        {
            "start": 869660569,
            "stop": 869660580
        },
        {
            "start": 869660590,
            "stop": 869660605
        },
        {
            "start": 869660608,
            "stop": 869660642
        },
        {
            "start": 869660648,
            "stop": 869660666
        },
        {
            "start": 869660673,
            "stop": 869660682
        },
        {
            "start": 869660691,
            "stop": 869660729
        },
        {
            "start": 869660735,
            "stop": 869660748
        },
        {
            "start": 869660756,
            "stop": 869660773
        },
        {
            "start": 869660780,
            "stop": 869660812
        },
        {
            "start": 869660821,
            "stop": 869660831
        },
        {
            "start": 869660840,
            "stop": 869660858
        },
        {
            "start": 869660862,
            "stop": 869660897
        }
    ]
}