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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=37",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=35",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 36,
    "results": [
        {
            "start": 816803580,
            "stop": 816804120
        },
        {
            "start": 816804180,
            "stop": 816804283
        },
        {
            "start": 816804464,
            "stop": 816804840
        },
        {
            "start": 816804960,
            "stop": 816805140
        },
        {
            "start": 816805260,
            "stop": 816806040
        },
        {
            "start": 816806100,
            "stop": 816806520
        },
        {
            "start": 816806640,
            "stop": 816806820
        },
        {
            "start": 816806880,
            "stop": 816807040
        },
        {
            "start": 816812520,
            "stop": 816812599
        },
        {
            "start": 816812602,
            "stop": 816813480
        },
        {
            "start": 816813540,
            "stop": 816814081
        },
        {
            "start": 816816157,
            "stop": 816816300
        },
        {
            "start": 816816360,
            "stop": 816816600
        },
        {
            "start": 816816660,
            "stop": 816816720
        },
        {
            "start": 816816780,
            "stop": 816816900
        },
        {
            "start": 816816960,
            "stop": 816817260
        },
        {
            "start": 816817320,
            "stop": 816817500
        },
        {
            "start": 816817625,
            "stop": 816817860
        },
        {
            "start": 816817920,
            "stop": 816818310
        },
        {
            "start": 816819345,
            "stop": 816819960
        }
    ]
}