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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=123",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=121",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 122,
    "results": [
        {
            "start": 1372361907,
            "stop": 1372363899
        },
        {
            "start": 1372363901,
            "stop": 1372364073
        },
        {
            "start": 1372364075,
            "stop": 1372364305
        },
        {
            "start": 1372364306,
            "stop": 1372365742
        },
        {
            "start": 1372365743,
            "stop": 1372366330
        },
        {
            "start": 1372366331,
            "stop": 1372366552
        },
        {
            "start": 1372366554,
            "stop": 1372367100
        },
        {
            "start": 1372367101,
            "stop": 1372368322
        },
        {
            "start": 1372368324,
            "stop": 1372368475
        },
        {
            "start": 1372368477,
            "stop": 1372368729
        },
        {
            "start": 1372368731,
            "stop": 1372369499
        },
        {
            "start": 1372369500,
            "stop": 1372370329
        },
        {
            "start": 1372370331,
            "stop": 1372370552
        },
        {
            "start": 1372370554,
            "stop": 1372371119
        },
        {
            "start": 1372371121,
            "stop": 1372372040
        },
        {
            "start": 1372372041,
            "stop": 1372373638
        },
        {
            "start": 1372373640,
            "stop": 1372373801
        },
        {
            "start": 1372373803,
            "stop": 1372374054
        },
        {
            "start": 1372374056,
            "stop": 1372374581
        },
        {
            "start": 1372374583,
            "stop": 1372375392
        }
    ]
}