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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8845",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8843",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8844,
    "results": [
        {
            "start": 874543020,
            "stop": 874543080
        },
        {
            "start": 874543320,
            "stop": 874543500
        },
        {
            "start": 874543560,
            "stop": 874543620
        },
        {
            "start": 874543860,
            "stop": 874543980
        },
        {
            "start": 874544100,
            "stop": 874544280
        },
        {
            "start": 874544400,
            "stop": 874544404
        },
        {
            "start": 874544434,
            "stop": 874544460
        },
        {
            "start": 874544520,
            "stop": 874544580
        },
        {
            "start": 874544715,
            "stop": 874544760
        },
        {
            "start": 874545240,
            "stop": 874545360
        },
        {
            "start": 874545420,
            "stop": 874545480
        },
        {
            "start": 874545600,
            "stop": 874545660
        },
        {
            "start": 874545970,
            "stop": 874546010
        },
        {
            "start": 874546500,
            "stop": 874546560
        },
        {
            "start": 874546620,
            "stop": 874546680
        },
        {
            "start": 874546740,
            "stop": 874546800
        },
        {
            "start": 874546860,
            "stop": 874546980
        },
        {
            "start": 874547100,
            "stop": 874547160
        },
        {
            "start": 874547340,
            "stop": 874547400
        },
        {
            "start": 874547580,
            "stop": 874547700
        }
    ]
}