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=1535
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=1536",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1534",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1535,
    "results": [
        {
            "start": 874189128,
            "stop": 874193687
        },
        {
            "start": 874194343,
            "stop": 874227035
        },
        {
            "start": 874227308,
            "stop": 874256037
        },
        {
            "start": 874256040,
            "stop": 874256050
        },
        {
            "start": 874256056,
            "stop": 874263347
        },
        {
            "start": 874267336,
            "stop": 874271948
        },
        {
            "start": 874271953,
            "stop": 874272860
        },
        {
            "start": 874274080,
            "stop": 874275409
        },
        {
            "start": 874276365,
            "stop": 874283453
        },
        {
            "start": 874283533,
            "stop": 874300696
        },
        {
            "start": 874300699,
            "stop": 874313434
        },
        {
            "start": 874314647,
            "stop": 874316908
        },
        {
            "start": 874318403,
            "stop": 874333004
        },
        {
            "start": 874333007,
            "stop": 874340680
        },
        {
            "start": 874341390,
            "stop": 874342386
        },
        {
            "start": 874342389,
            "stop": 874342397
        },
        {
            "start": 874342587,
            "stop": 874342957
        },
        {
            "start": 874342961,
            "stop": 874345494
        },
        {
            "start": 874345497,
            "stop": 874347672
        },
        {
            "start": 874348852,
            "stop": 874349483
        }
    ]
}