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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3167",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3165",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3166,
    "results": [
        {
            "start": 869521830,
            "stop": 869522640
        },
        {
            "start": 869522700,
            "stop": 869522719
        },
        {
            "start": 869522722,
            "stop": 869522820
        },
        {
            "start": 869522880,
            "stop": 869522931
        },
        {
            "start": 869522934,
            "stop": 869523780
        },
        {
            "start": 869523840,
            "stop": 869524013
        },
        {
            "start": 869526240,
            "stop": 869526660
        },
        {
            "start": 869526720,
            "stop": 869527147
        },
        {
            "start": 869527150,
            "stop": 869528242
        },
        {
            "start": 869528245,
            "stop": 869528280
        },
        {
            "start": 869528340,
            "stop": 869528411
        },
        {
            "start": 869528414,
            "stop": 869535318
        },
        {
            "start": 869537422,
            "stop": 869537444
        },
        {
            "start": 869537449,
            "stop": 869540499
        },
        {
            "start": 869541031,
            "stop": 869541290
        },
        {
            "start": 869542227,
            "stop": 869544037
        },
        {
            "start": 869544180,
            "stop": 869546460
        },
        {
            "start": 869546520,
            "stop": 869557738
        },
        {
            "start": 869557742,
            "stop": 869562240
        },
        {
            "start": 869562300,
            "stop": 869568420
        }
    ]
}