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=348
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=349",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=347",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 348,
    "results": [
        {
            "start": 824545426,
            "stop": 824545453
        },
        {
            "start": 824545456,
            "stop": 824553524
        },
        {
            "start": 824553705,
            "stop": 824563630
        },
        {
            "start": 824563634,
            "stop": 824567167
        },
        {
            "start": 824596147,
            "stop": 824596481
        },
        {
            "start": 824599275,
            "stop": 824599800
        },
        {
            "start": 824599860,
            "stop": 824604234
        },
        {
            "start": 824607207,
            "stop": 824607632
        },
        {
            "start": 824611030,
            "stop": 824612810
        },
        {
            "start": 824612959,
            "stop": 824618471
        },
        {
            "start": 824619879,
            "stop": 824623353
        },
        {
            "start": 824623356,
            "stop": 824624608
        },
        {
            "start": 824626985,
            "stop": 824628933
        },
        {
            "start": 824672944,
            "stop": 824673480
        },
        {
            "start": 824673600,
            "stop": 824674263
        },
        {
            "start": 824675518,
            "stop": 824675760
        },
        {
            "start": 824675820,
            "stop": 824676087
        },
        {
            "start": 824676530,
            "stop": 824676654
        },
        {
            "start": 824681146,
            "stop": 824681280
        },
        {
            "start": 824681400,
            "stop": 824682725
        }
    ]
}