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=1512
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=1513",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1511",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1512,
    "results": [
        {
            "start": 870031391,
            "stop": 870031408
        },
        {
            "start": 870031488,
            "stop": 870031573
        },
        {
            "start": 870031834,
            "stop": 870038672
        },
        {
            "start": 870040300,
            "stop": 870046091
        },
        {
            "start": 870046418,
            "stop": 870052046
        },
        {
            "start": 870052201,
            "stop": 870059852
        },
        {
            "start": 870065090,
            "stop": 870085714
        },
        {
            "start": 870085717,
            "stop": 870103427
        },
        {
            "start": 870103714,
            "stop": 870110612
        },
        {
            "start": 870110716,
            "stop": 870123641
        },
        {
            "start": 870123674,
            "stop": 870132727
        },
        {
            "start": 870132980,
            "stop": 870177870
        },
        {
            "start": 870178986,
            "stop": 870197506
        },
        {
            "start": 870197509,
            "stop": 870210751
        },
        {
            "start": 870212017,
            "stop": 870214717
        },
        {
            "start": 870214870,
            "stop": 870273245
        },
        {
            "start": 870274256,
            "stop": 870274313
        },
        {
            "start": 870275651,
            "stop": 870290012
        },
        {
            "start": 870290015,
            "stop": 870290017
        },
        {
            "start": 870290247,
            "stop": 870342103
        }
    ]
}