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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=344",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=342",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 343,
    "results": [
        {
            "start": 846095981,
            "stop": 846095993
        },
        {
            "start": 846095995,
            "stop": 846098967
        },
        {
            "start": 846099257,
            "stop": 846099295
        },
        {
            "start": 846099428,
            "stop": 846099925
        },
        {
            "start": 846100123,
            "stop": 846100976
        },
        {
            "start": 846102182,
            "stop": 846102430
        },
        {
            "start": 846102729,
            "stop": 846104647
        },
        {
            "start": 846113985,
            "stop": 846114981
        },
        {
            "start": 846114983,
            "stop": 846115492
        },
        {
            "start": 846115563,
            "stop": 846115746
        },
        {
            "start": 846115819,
            "stop": 846116281
        },
        {
            "start": 846116344,
            "stop": 846117922
        },
        {
            "start": 846119184,
            "stop": 846119421
        },
        {
            "start": 846119941,
            "stop": 846123374
        },
        {
            "start": 846124923,
            "stop": 846124971
        },
        {
            "start": 846125613,
            "stop": 846125742
        },
        {
            "start": 846127916,
            "stop": 846134786
        },
        {
            "start": 846134788,
            "stop": 846140967
        },
        {
            "start": 846141086,
            "stop": 846142122
        },
        {
            "start": 846144067,
            "stop": 846168659
        }
    ]
}