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=76
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=77",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=75",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 76,
    "results": [
        {
            "start": 825299794,
            "stop": 825299816
        },
        {
            "start": 825307448,
            "stop": 825310528
        },
        {
            "start": 825310560,
            "stop": 825312288
        },
        {
            "start": 825312320,
            "stop": 825313504
        },
        {
            "start": 825313536,
            "stop": 825318208
        },
        {
            "start": 825318240,
            "stop": 825319559
        },
        {
            "start": 825322333,
            "stop": 825323008
        },
        {
            "start": 825323040,
            "stop": 825328320
        },
        {
            "start": 825328352,
            "stop": 825328618
        },
        {
            "start": 825329210,
            "stop": 825330690
        },
        {
            "start": 825330691,
            "stop": 825331318
        },
        {
            "start": 825338354,
            "stop": 825343040
        },
        {
            "start": 825343072,
            "stop": 825343160
        },
        {
            "start": 825343187,
            "stop": 825343377
        },
        {
            "start": 825343380,
            "stop": 825344832
        },
        {
            "start": 825344864,
            "stop": 825345455
        },
        {
            "start": 825345459,
            "stop": 825345685
        },
        {
            "start": 825345686,
            "stop": 825348052
        },
        {
            "start": 825348053,
            "stop": 825348133
        },
        {
            "start": 825348136,
            "stop": 825348155
        }
    ]
}