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=3164
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=3165",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3163",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3164,
    "results": [
        {
            "start": 869470260,
            "stop": 869470380
        },
        {
            "start": 869470440,
            "stop": 869471640
        },
        {
            "start": 869471700,
            "stop": 869471880
        },
        {
            "start": 869471940,
            "stop": 869472000
        },
        {
            "start": 869472060,
            "stop": 869472300
        },
        {
            "start": 869472954,
            "stop": 869473213
        },
        {
            "start": 869473480,
            "stop": 869473618
        },
        {
            "start": 869473918,
            "stop": 869477970
        },
        {
            "start": 869478060,
            "stop": 869483384
        },
        {
            "start": 869483565,
            "stop": 869484540
        },
        {
            "start": 869484600,
            "stop": 869491640
        },
        {
            "start": 869491645,
            "stop": 869491672
        },
        {
            "start": 869491678,
            "stop": 869493540
        },
        {
            "start": 869493660,
            "stop": 869493982
        },
        {
            "start": 869493985,
            "stop": 869496255
        },
        {
            "start": 869496260,
            "stop": 869496300
        },
        {
            "start": 869496360,
            "stop": 869497895
        },
        {
            "start": 869497905,
            "stop": 869498761
        },
        {
            "start": 869498764,
            "stop": 869499437
        },
        {
            "start": 869499443,
            "stop": 869500260
        }
    ]
}