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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1999",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1997",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1998,
    "results": [
        {
            "start": 1253776434,
            "stop": 1253776591
        },
        {
            "start": 1253776599,
            "stop": 1253778397
        },
        {
            "start": 1253778398,
            "stop": 1253778399
        },
        {
            "start": 1253778400,
            "stop": 1253778672
        },
        {
            "start": 1253778680,
            "stop": 1253779227
        },
        {
            "start": 1253779230,
            "stop": 1253782487
        },
        {
            "start": 1253782490,
            "stop": 1253782909
        },
        {
            "start": 1253782910,
            "stop": 1253783224
        },
        {
            "start": 1253783226,
            "stop": 1253785805
        },
        {
            "start": 1253785808,
            "stop": 1253787419
        },
        {
            "start": 1253787422,
            "stop": 1253788972
        },
        {
            "start": 1253788980,
            "stop": 1253790123
        },
        {
            "start": 1253790126,
            "stop": 1253790209
        },
        {
            "start": 1253790211,
            "stop": 1253790894
        },
        {
            "start": 1253790902,
            "stop": 1253791610
        },
        {
            "start": 1253791613,
            "stop": 1253792656
        },
        {
            "start": 1253792658,
            "stop": 1253793866
        },
        {
            "start": 1253793874,
            "stop": 1253794001
        },
        {
            "start": 1253794003,
            "stop": 1253794425
        },
        {
            "start": 1253794428,
            "stop": 1253795031
        }
    ]
}