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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41034",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41032",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41033,
    "results": [
        {
            "start": 875189664,
            "stop": 875189706
        },
        {
            "start": 875189707,
            "stop": 875189766
        },
        {
            "start": 875189768,
            "stop": 875189782
        },
        {
            "start": 875189783,
            "stop": 875189812
        },
        {
            "start": 875189813,
            "stop": 875189877
        },
        {
            "start": 875189878,
            "stop": 875189898
        },
        {
            "start": 875189899,
            "stop": 875189919
        },
        {
            "start": 875189920,
            "stop": 875189940
        },
        {
            "start": 875189942,
            "stop": 875189975
        },
        {
            "start": 875189976,
            "stop": 875189977
        },
        {
            "start": 875189978,
            "stop": 875190068
        },
        {
            "start": 875190069,
            "stop": 875190090
        },
        {
            "start": 875190091,
            "stop": 875190122
        },
        {
            "start": 875190123,
            "stop": 875190132
        },
        {
            "start": 875190133,
            "stop": 875190153
        },
        {
            "start": 875190155,
            "stop": 875190218
        },
        {
            "start": 875190219,
            "stop": 875190290
        },
        {
            "start": 875190291,
            "stop": 875190303
        },
        {
            "start": 875190304,
            "stop": 875190324
        },
        {
            "start": 875190325,
            "stop": 875190383
        }
    ]
}