Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=141
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=142",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=140",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 141,
    "results": [
        {
            "start": 819211061,
            "stop": 819211196
        },
        {
            "start": 819212082,
            "stop": 819212562
        },
        {
            "start": 819212582,
            "stop": 819212661
        },
        {
            "start": 819212664,
            "stop": 819213315
        },
        {
            "start": 819213318,
            "stop": 819213323
        },
        {
            "start": 819213326,
            "stop": 819214189
        },
        {
            "start": 819214192,
            "stop": 819214228
        },
        {
            "start": 819214231,
            "stop": 819214320
        },
        {
            "start": 819214380,
            "stop": 819214440
        },
        {
            "start": 819214560,
            "stop": 819214680
        },
        {
            "start": 819214740,
            "stop": 819214823
        },
        {
            "start": 819214826,
            "stop": 819214887
        },
        {
            "start": 819214891,
            "stop": 819214920
        },
        {
            "start": 819215040,
            "stop": 819215100
        },
        {
            "start": 819215160,
            "stop": 819215187
        },
        {
            "start": 819215190,
            "stop": 819215252
        },
        {
            "start": 819215255,
            "stop": 819215340
        },
        {
            "start": 819215464,
            "stop": 819215520
        },
        {
            "start": 819215580,
            "stop": 819215995
        },
        {
            "start": 819217966,
            "stop": 819218373
        }
    ]
}